Add external scanner for cmake parser

This commit is contained in:
Uy Ha 2021-06-27 13:46:01 +02:00 committed by Stephan Seitz
parent b090c94a7a
commit e01e79c46c

View file

@ -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" },
} }