mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fix(hlsl): adapt to scanner rewrite
This commit is contained in:
parent
928ad5276c
commit
1bf573896c
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue