fix(tree-sitter): remove redundant yaml source

Amend: 2556cb58f2
This commit is contained in:
Henrik Lissner
2025-05-22 18:29:43 +02:00
parent 0c311a5172
commit 5db361b474

View File

@ -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)))