fix(cpp): adapt to scanner rewrite

This commit is contained in:
Christian Clason 2023-06-19 09:44:53 +02:00
parent 9f87ac1ed1
commit e3330c67f1
2 changed files with 2 additions and 2 deletions

View file

@ -256,7 +256,7 @@ list.cpon = {
list.cpp = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-cpp",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
},
maintainers = { "@theHamsta" },