Skip to content

Commit

Permalink
Update rust grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
bnbeckwith committed Jun 10, 2024
1 parent 174ba36 commit c04df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,7 @@
(json . ("https://github.com/tree-sitter/tree-sitter-json" "v0.20.2"))
(python . ("https://github.com/tree-sitter/tree-sitter-python" "v0.20.4"))
(toml . ("https://github.com/tree-sitter/tree-sitter-toml" "v0.5.1"))
(rust . ("https://github.com/tree-sitter/tree-sitter-rust" "v0.20.4" "src"))
(rust . ("https://github.com/tree-sitter/tree-sitter-rust" "v0.21.2" "src"))
(yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0"))))
(add-to-list 'treesit-language-source-alist grammar)
;; Only install `grammar' if we don't already have it
Expand Down

0 comments on commit c04df37

Please sign in to comment.