Add hcl and sql treesit parsers

This commit is contained in:
Jeremy Dormitzer 2024-05-08 13:25:41 -04:00
parent 650a90b812
commit a274d3ba9b

View File

@ -20,7 +20,9 @@
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "tsx/src")
(typescript "https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "typescript/src")
(yaml "https://github.com/ikatyang/tree-sitter-yaml")
(astro "https://github.com/virchau13/tree-sitter-astro")))
(astro "https://github.com/virchau13/tree-sitter-astro")
(sql "https://github.com/DerekStride/tree-sitter-sql" "gh-pages" "src")
(hcl "https://github.com/tree-sitter-grammars/tree-sitter-hcl")))
(defun treesit-install-all-grammars ()
(interactive)