Add hcl and sql treesit parsers
This commit is contained in:
parent
650a90b812
commit
a274d3ba9b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user