mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/uyha/tree-sitter-cmake",
|
||||
files = { "src/parser.c"},
|
||||
files = { "src/parser.c", "src/scanner.cc"},
|
||||
},
|
||||
maintainers = { "@uyha" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue