From 64b4e565c3724c19025dea8c6200dd445c9c4875 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Aug 2025 14:03:01 +0200 Subject: [PATCH] refactor(tree-sitter): remove redundant grammars Already registered by csharp and web module packages. Amend: 5bf132a80fd2 Amend: c403bb5e2f77 --- modules/tools/tree-sitter/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/tools/tree-sitter/config.el b/modules/tools/tree-sitter/config.el index b6c5c91e4..5a00fa24f 100644 --- a/modules/tools/tree-sitter/config.el +++ b/modules/tools/tree-sitter/config.el @@ -73,11 +73,7 @@ (dolist (map '((awk "https://github.com/Beaglefoot/tree-sitter-awk" nil nil nil nil) (bibtex "https://github.com/latex-lsp/tree-sitter-bibtex" nil nil nil nil) (blueprint "https://github.com/huanie/tree-sitter-blueprint" nil nil nil nil) - (c-sharp "https://github.com/tree-sitter/tree-sitter-c-sharp" nil nil nil nil) (commonlisp "https://github.com/tree-sitter-grammars/tree-sitter-commonlisp" nil nil nil nil) - (css "https://github.com/tree-sitter/tree-sitter-css" nil nil nil nil) - (html "https://github.com/tree-sitter/tree-sitter-html" nil nil nil nil) - (java "https://github.com/tree-sitter/tree-sitter-java" nil nil nil nil) (javascript "https://github.com/tree-sitter/tree-sitter-javascript" "master" "src" nil nil) (latex "https://github.com/latex-lsp/tree-sitter-latex" nil nil nil nil) (make "https://github.com/tree-sitter-grammars/tree-sitter-make" nil nil nil nil) @@ -86,7 +82,6 @@ (perl "https://github.com/ganezdragon/tree-sitter-perl" nil nil nil nil) (proto "https://github.com/mitchellh/tree-sitter-proto" nil nil nil nil) (r "https://github.com/r-lib/tree-sitter-r" nil nil nil nil) - (rust "https://github.com/tree-sitter/tree-sitter-rust" nil nil nil nil) (sql "https://github.com/DerekStride/tree-sitter-sql" "gh-pages" nil nil nil) (surface "https://github.com/connorlay/tree-sitter-surface" nil nil nil nil) (toml "https://github.com/tree-sitter/tree-sitter-toml" nil nil nil nil)