Skip to content

Commit

Permalink
parsers: bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Dec 23, 2024
1 parent 91b3ea5 commit 58b9eb0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions parsers.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
tree-sitter-version = "0.24.5"

[parsers]
bash = "0.23.0"
c = "0.23.0"
bash = "0.23.3"
c = "0.23.4"
cobol = { ref = "c7a36d749e7f1db021588259f2b1b765e59d0c12", from = "https://github.com/yutaro-sakamoto/tree-sitter-cobol" }
embedded-template = "0.23.0"
html = "0.23.0"
java = "0.23.0"
javascript = "0.23.0"
json = "0.23.0"
embedded-template = "0.23.2"
html = "0.23.2"
java = "0.23.5"
javascript = "0.23.1"
json = "0.24.8"
pascal = { ref = "d0ebabefaea9ac3f6fc3004cf08cd121b66da9e4", from = "https://github.com/Isopod/tree-sitter-pascal" }
php = "0.23.0"
python = "0.23.0"
ruby = "0.23.0"
rust = "0.23.0"
php = "0.23.11"
python = "0.23.6"
ruby = "0.23.1"
rust = "0.23.2"

0 comments on commit 58b9eb0

Please sign in to comment.