mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add cuda-cpp lang id, grammar and problem matchers (#119444)
* Adding a language ID for CUDA * Adding aliases for CUDA C++ * Add problem matcher for cuda-cpp based on nvcc output * Adding a grammar for cuda-cpp * Adding a language configuration file for cuda-cpp * Adding a colorizer test for cuda-cpp * Update the update-grammars.js to pick up cuda-cpp.tmLanguage.json * Add cgmanifest entry for cuda grammar Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
@@ -39,6 +39,19 @@
|
||||
],
|
||||
"license": "TextMate Bundle License",
|
||||
"version": "0.0.0"
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"name": "NVIDIA/cuda-cpp-grammar",
|
||||
"repositoryUrl": "https://github.com/NVIDIA/cuda-cpp-grammar",
|
||||
"commitHash": "81e88eaec5170aa8585736c63627c73e3589998c"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"version": "0.0.0",
|
||||
"description": "The file syntaxes/cuda-cpp.tmLanguage.json was derived from https://github.com/jeff-hykin/cpp-textmate-grammar, which was derived from https://github.com/atom/language-c, which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
|
||||
Reference in New Issue
Block a user