mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
[WIP] tree-sitter-cmake integration
This commit is contained in:
parent
106eb8e500
commit
a51f25819a
1 changed files with 7 additions and 0 deletions
|
|
@ -611,6 +611,13 @@ list.fortran = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.cmake = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/uyha/tree-sitter-cmake",
|
||||||
|
files = { "src/parser.c"},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
local M = {
|
local M = {
|
||||||
list = list
|
list = list
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue