summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/CppLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/HackStudio/CppLexer.h')
-rw-r--r--DevTools/HackStudio/CppLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/CppLexer.h b/DevTools/HackStudio/CppLexer.h
index 71bb05100d..d2a61eda8d 100644
--- a/DevTools/HackStudio/CppLexer.h
+++ b/DevTools/HackStudio/CppLexer.h
@@ -21,6 +21,7 @@
__TOKEN(Comment) \
__TOKEN(Number) \
__TOKEN(Keyword) \
+ __TOKEN(KnownType) \
__TOKEN(Identifier)
struct CppPosition {