mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -72,7 +72,7 @@
|
||||||
"revision": "769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
|
"revision": "769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
|
||||||
},
|
},
|
||||||
"cuda": {
|
"cuda": {
|
||||||
"revision": "90446edd3e2e1eed0cb77755a083d9ed91ddea63"
|
"revision": "c9ba632aa68d24f32d2f97e356795f45f85e6c55"
|
||||||
},
|
},
|
||||||
"cue": {
|
"cue": {
|
||||||
"revision": "0deecf48944aa54bb73e5383ba8acfbf9f2c44b4"
|
"revision": "0deecf48944aa54bb73e5383ba8acfbf9f2c44b4"
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,7 @@ list.css = {
|
||||||
list.cuda = {
|
list.cuda = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/theHamsta/tree-sitter-cuda",
|
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,
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
maintainers = { "@theHamsta" },
|
maintainers = { "@theHamsta" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue