summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/init.el b/init.el
index dc4c4a3..ee81b7f 100644
--- a/init.el
+++ b/init.el
@@ -178,10 +178,14 @@
;; Treesitter grammars
(setq treesit-language-source-alist
- '((java "https://github.com/tree-sitter/tree-sitter-java" "v0.23.5")
+ '((css "https://github.com/tree-sitter/tree-sitter-css" "v0.23.2")
+ (html "https://github.com/tree-sitter/tree-sitter-html" "v0.23.2")
+ (java "https://github.com/tree-sitter/tree-sitter-java" "v0.23.5")
+ (javascript "https://github.com/tree-sitter/tree-sitter-javascript" "v0.25.0")
+ (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc" "v0.25.0")
+ (nix "https://github.com/nix-community/tree-sitter-nix" "v0.3.0")
(php "https://github.com/tree-sitter/tree-sitter-php" "v0.23.12" "php/src")
- (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6")
- (nix "https://github.com/nix-community/tree-sitter-nix" "v0.3.0")))
+ (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6")))
;; PHP
(add-to-list 'auto-mode-alist '("\\.php\\'" . php-ts-mode))