summaryrefslogtreecommitdiffstats
path: root/src/CodeParserController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParserController.ts')
-rw-r--r--src/CodeParserController.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CodeParserController.ts b/src/CodeParserController.ts
index 3b6348a..7a7c641 100644
--- a/src/CodeParserController.ts
+++ b/src/CodeParserController.ts
@@ -105,6 +105,7 @@ export default class CodeParserController {
case "c":
case "cpp":
case "cuda":
+ case "cuda-cpp":
parser = new CppParser(this.cfg);
break;
default: