summaryrefslogtreecommitdiffstats
path: root/source/slang/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/parser.cpp')
-rw-r--r--source/slang/parser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp
index 8edc3a122..1d843c821 100644
--- a/source/slang/parser.cpp
+++ b/source/slang/parser.cpp
@@ -619,6 +619,9 @@ namespace Slang
CASE(__prefix, PrefixModifier);
CASE(__postfix, PostfixModifier);
+ // Modifier to apply to `import` that should be re-exported
+ CASE(__exported, ExportedModifier);
+
#undef CASE
else if (AdvanceIf(parser, "__intrinsic_op"))