exec comments added (for shell)

This commit is contained in:
ProgramSnail 2023-07-21 14:11:13 +03:00
parent 567f75620d
commit 39f31b901d
3 changed files with 6 additions and 1 deletions

View file

@ -144,6 +144,7 @@ literal: FLOAT_NUMBER_LITERAL
DEFINITION_INFO : : ': ' ([^\n]*)+ ;
ANNOTATION_INFO : ANNOTATION_IDENTIFIER [^\n]* ;
LINE_COMMENT : '#!' [^\n]* -> skip ;
LINE_COMMENT : '//' [^\n]* -> skip ;
BLOCK_COMMENT : '\*' ([^*] |('\*' [^/]))* '*/' -> skip ;