Cut down the tree sitter langs to just rust.
This commit is contained in:
parent
cb63ab4b1f
commit
6c1adbef04
@ -1,24 +1,6 @@
|
|||||||
(setq treesit-language-source-alist
|
(setq treesit-language-source-alist
|
||||||
'(
|
'(
|
||||||
(bash "https://github.com/tree-sitter/tree-sitter-bash")
|
|
||||||
(c "https://github.com/tree-sitter/tree-sitter-c")
|
|
||||||
(common-lisp "https://github.com/theHamsta/tree-sitter-commonlisp")
|
|
||||||
(css "https://github.com/tree-sitter/tree-sitter-css")
|
|
||||||
(elisp "https://github.com/Wilfred/tree-sitter-elisp")
|
|
||||||
(go "https://github.com/tree-sitter/tree-sitter-go")
|
|
||||||
(go-mod "https://github.com/camdencheek/tree-sitter-go-mod")
|
|
||||||
(html "https://github.com/tree-sitter/tree-sitter-html")
|
|
||||||
(js . ("https://github.com/tree-sitter/tree-sitter-javascript" "master" "src"))
|
|
||||||
(json "https://github.com/tree-sitter/tree-sitter-json")
|
|
||||||
(lua "https://github.com/Azganoth/tree-sitter-lua")
|
|
||||||
(make "https://github.com/alemuller/tree-sitter-make")
|
|
||||||
(markdown "https://github.com/ikatyang/tree-sitter-markdown")
|
|
||||||
(python "https://github.com/tree-sitter/tree-sitter-python")
|
|
||||||
(rust "https://github.com/tree-sitter/tree-sitter-rust")
|
(rust "https://github.com/tree-sitter/tree-sitter-rust")
|
||||||
(toml "https://github.com/tree-sitter/tree-sitter-toml")
|
))
|
||||||
(tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src"))
|
|
||||||
(typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src"))
|
|
||||||
(yaml "https://github.com/ikatyang/tree-sitter-yaml"))
|
|
||||||
)
|
|
||||||
|
|
||||||
(provide 'util-tree-sitter)
|
(provide 'util-tree-sitter)
|
||||||
|
Loading…
Reference in New Issue
Block a user