From 8795bad8f52c6b09f9b86cb60402edcf2c413d02 Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Thu, 12 Mar 2020 22:56:10 -0700 Subject: Enable CUDA language support --- src/CodeParserController.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CodeParserController.ts') 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: -- cgit v1.2.3