Use correct key-arg splitting
[yangtools.git] / yang / yang-parser-antlr / src / main / antlr4 / org / opendaylight / yangtools / yang / parser / antlr / YangStatementLexer.g4
index 58f7807e794077607eef3feecab8056cdefed5f2..94ebabc6ed73a2be22092315d730bf3749205c70 100644 (file)
@@ -47,6 +47,7 @@ PLUS : '+' -> type(PLUS);
 LINE_COMMENT : '//' .*? '\r'? ('\n' | EOF) -> skip;
 BLOCK_COMMENT : '/*' .*? '*/' -> skip;
 
+// Note: if this changes, also update KeyStatementSupport's Splitter
 SEP: [ \n\r\t]+ -> type(SEP);
 
 // Special-cased identifier string