Skip to content

Commit

Permalink
Merge branch 'development' into pom-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
natgavrilenko authored Sep 6, 2023
2 parents 88b37f1 + 842623c commit eb640b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dartagnan/src/main/antlr4/Cat.g4
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ LINE_COMMENT
;

BLOCK_COMMENT
: '(*' (.)*? '*)'
: ('(*' (.)*? '*)' | '/*' (.)*? '*/')
-> skip
;

Expand Down

0 comments on commit eb640b1

Please sign in to comment.