summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser/Token.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParser/CParser/Token.ts')
-rw-r--r--src/CodeParser/CParser/Token.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CodeParser/CParser/Token.ts b/src/CodeParser/CParser/Token.ts
index 379fd46..b947ec0 100644
--- a/src/CodeParser/CParser/Token.ts
+++ b/src/CodeParser/CParser/Token.ts
@@ -9,6 +9,8 @@ export enum TokenType {
Assignment,
Comma,
Arrow,
+ CommentBlock,
+ CommentLine,
Ellipsis,
Attribute,
}