Skip to content

Commit 1897200

Browse files
authored
Update BeePathGrammar.g4
1 parent fd5b75e commit 1897200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/converters/grammar/BeePathGrammar.g4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ ACTIVITY : '"' WORD (' ' WORD)* '"';
4343
SUBPROCESS_ID: '(' WORD+ ')' ;
4444

4545
WORD : ([a-z] | [A-Z] | [0-9] | '_')+;
46-
SPACE : (' ' | '\t') -> skip;
47-
NEWLINE : ('\r'? '\n' | '\r') -> skip;
46+
SPACE : (' ' | '\t' | '.') -> skip;
47+
NEWLINE : ('\r'? '\n' | '\r') -> skip;

0 commit comments

Comments
 (0)