summaryrefslogtreecommitdiff
path: root/src/java_tokens.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/java_tokens.hh')
-rw-r--r--src/java_tokens.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/java_tokens.hh b/src/java_tokens.hh
index 6fbefcb..c4e27c0 100644
--- a/src/java_tokens.hh
+++ b/src/java_tokens.hh
@@ -25,7 +25,10 @@ struct Token {
kIdentifier,
// str is keyword, int_value is Keyword index
- kKeyword,
+ kReservedKeyword,
+
+ // str is keyword, int_value is Keyword index
+ kContextualKeyword,
// str is separator, int_value is Separator index
kSeparator,