From 5db361b4747b6b5dc2b9159dff071a488ce959bb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 22 May 2025 18:29:43 +0200 Subject: [PATCH] fix(tree-sitter): remove redundant yaml source Amend: 2556cb58f263 --- modules/tools/tree-sitter/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/tools/tree-sitter/config.el b/modules/tools/tree-sitter/config.el index d6f14220e..d74a8a3c2 100644 --- a/modules/tools/tree-sitter/config.el +++ b/modules/tools/tree-sitter/config.el @@ -54,8 +54,7 @@ (vue "https://github.com/tree-sitter-grammars/tree-sitter-vue" nil nil nil nil) (wast "https://github.com/wasm-lsp/tree-sitter-wasm" nil "wast/src" nil nil) (wat "https://github.com/wasm-lsp/tree-sitter-wasm" nil "wat/src" nil nil) - (wgsl "https://github.com/mehmetoguzderin/tree-sitter-wgsl" nil nil nil nil) - (yaml "https://github.com/tree-sitter-grammars/tree-sitter-yaml" nil nil nil nil))) + (wgsl "https://github.com/mehmetoguzderin/tree-sitter-wgsl" nil nil nil nil))) (cl-pushnew map treesit-language-source-alist :test #'eq :key #'car)))