Use C++ parser for "cuda" filetype

This commit is contained in:
Stephan Seitz 2020-07-15 16:03:21 +02:00 committed by Thomas Vigouroux
parent ec2f4df1d8
commit f5f5e3ec51

View file

@ -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 = {