diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CodeParserController.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CodeParserController.ts b/src/CodeParserController.ts index 8be7034..4490f69 100644 --- a/src/CodeParserController.ts +++ b/src/CodeParserController.ts @@ -114,6 +114,7 @@ export default class CodeParserController { switch (lang) { case "c": case "cpp": + case "cuda": parser = new CppParser(this.cfg); break; default: |