mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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 = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue