fix(cuda): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-07-05 16:02:27 -04:00 committed by Christian Clason
parent 1a915819d8
commit 928ad5276c
2 changed files with 2 additions and 2 deletions

View file

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