We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb0cbf commit 067c677Copy full SHA for 067c677
.ts-setup.el
@@ -10,7 +10,8 @@
10
(toml "https://github.com/tree-sitter/tree-sitter-toml")
11
(tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "tsx/src"))
12
(typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "typescript/src"))
13
- (yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0")))))
+ (yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0"))
14
+ (java . ("https://github.com/tree-sitter/tree-sitter-java" "v0.23.5")))))
15
(message "* Installing tree-sitter grammars...")
16
(pcase-dolist (`(,lang . ,rest) treesit-language-source-alist)
17
(message "** Installing %s..." lang)
0 commit comments