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

@ -216,7 +216,7 @@
"revision": "02fa3b79b3ff9a296066da6277adfc3f26cbc9e0" "revision": "02fa3b79b3ff9a296066da6277adfc3f26cbc9e0"
}, },
"hlsl": { "hlsl": {
"revision": "eeb138aba44de8379dae474624fef65d4288476a" "revision": "ddb608219fa99d56ed98de2d60f396f575cc6590"
}, },
"hocon": { "hocon": {
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc" "revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"

View file

@ -679,7 +679,7 @@ list.hjson = {
list.hlsl = { list.hlsl = {
install_info = { install_info = {
url = "https://github.com/theHamsta/tree-sitter-hlsl", 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, generate_requires_npm = true,
}, },
maintainers = { "@theHamsta" }, maintainers = { "@theHamsta" },