mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Add external scanner for cmake parser
This commit is contained in:
parent
b090c94a7a
commit
e01e79c46c
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ list.fortran = {
|
||||||
list.cmake = {
|
list.cmake = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/uyha/tree-sitter-cmake",
|
url = "https://github.com/uyha/tree-sitter-cmake",
|
||||||
files = { "src/parser.c"},
|
files = { "src/parser.c", "src/scanner.cc"},
|
||||||
},
|
},
|
||||||
maintainers = { "@uyha" },
|
maintainers = { "@uyha" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue