mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
fix(parsers): cuda requires npm
This commit is contained in:
parent
84015ac3c7
commit
44a8c6937a
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ 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.cc"},
|
||||||
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
maintainers = {"@theHamsta"},
|
maintainers = {"@theHamsta"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue