Skip to content

Commit

Permalink
add options to lexer rules per antlr/antlr4#3437
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Apr 8, 2022
1 parent c26ad76 commit c99fb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.17
pluginVersion=1.18

# e.g. IC-2016.3.3, IU-2018.2.5 etc
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ labeledAlt

lexerRule
: DOC_COMMENT* FRAGMENT?
TOKEN_REF COLON lexerRuleBlock SEMI
TOKEN_REF optionsSpec? COLON lexerRuleBlock SEMI
;

lexerRuleBlock
Expand Down

0 comments on commit c99fb3e

Please sign in to comment.