mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -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 = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-cpp",
|
||||
files = { "src/parser.c", "src/scanner.cc" }
|
||||
}
|
||||
},
|
||||
used_by = { "cuda" },
|
||||
}
|
||||
|
||||
list.rust = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue