mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Use C++ parser for "cuda" filetype
This commit is contained in:
parent
ec2f4df1d8
commit
f5f5e3ec51
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ list.cpp = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-cpp",
|
url = "https://github.com/tree-sitter/tree-sitter-cpp",
|
||||||
files = { "src/parser.c", "src/scanner.cc" }
|
files = { "src/parser.c", "src/scanner.cc" }
|
||||||
}
|
},
|
||||||
|
used_by = { "cuda" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.rust = {
|
list.rust = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue