feat(ts): add cmake

This commit is contained in:
2026-04-21 20:56:26 +02:00
parent 62571be411
commit 59c588ec51
6 changed files with 278 additions and 0 deletions
+2
View File
@@ -48,6 +48,7 @@ require("ts").setup({
"https://github.com/tree-sitter/tree-sitter-bash",
-- required by cpp
"https://github.com/tree-sitter/tree-sitter-c",
"https://github.com/uyha/tree-sitter-cmake",
"https://github.com/stsewd/tree-sitter-comment",
"https://github.com/tree-sitter/tree-sitter-cpp",
-- required by scss
@@ -96,6 +97,7 @@ require("ts").setup({
languages = {
"bash",
"c", -- builtin
"cmake",
"comment",
"cpp",
"css",