diff --git a/ansible/roles/emacs/files/util-tree-sitter.el b/ansible/roles/emacs/files/util-tree-sitter.el index 2bda527..34e27b5 100644 --- a/ansible/roles/emacs/files/util-tree-sitter.el +++ b/ansible/roles/emacs/files/util-tree-sitter.el @@ -1,24 +1,6 @@ (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") - (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)