Skip to content

Commit 4737d7e

Browse files
committed
Switch to using INT constant for channel
1 parent b2fdae2 commit 4737d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antlr4/imports/XML11.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
lexer grammar XML11;
2727

2828
@lexer::members {
29-
public enum LexerChannel { COMMENTS };
29+
public static final int COMMENTS_CHANNEL = 2;
3030
}
3131

3232
/** [2] Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]

0 commit comments

Comments
 (0)