summaryrefslogtreecommitdiff
path: root/source/slang/token-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/token-defs.h')
-rw-r--r--source/slang/token-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/token-defs.h b/source/slang/token-defs.h
index f29574bbb..f7800de55 100644
--- a/source/slang/token-defs.h
+++ b/source/slang/token-defs.h
@@ -30,6 +30,8 @@ TOKEN(NewLine, "newline")
TOKEN(LineComment, "line comment")
TOKEN(BlockComment, "block comment")
+TOKEN(AutoImport, "automatic import directive")
+
#define PUNCTUATION(id, text) \
TOKEN(id, "'" text "'")