fix(hlsl): adapt to scanner rewrite

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

View file

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