diff --git a/emacs/.emacs.d/config/init-treesit.el b/emacs/.emacs.d/config/init-treesit.el index f2afa43..1c59357 100644 --- a/emacs/.emacs.d/config/init-treesit.el +++ b/emacs/.emacs.d/config/init-treesit.el @@ -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)