feat(ts): add cmake
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user