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