Skip to content

Commit 51a9bc7

Browse files
committed
revert: undo changes to allow - in ID_STRICT
1 parent 8f8583f commit 51a9bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uvl/UVLBase.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ COMMA: ',';
145145

146146

147147
ID_NOT_STRICT: '"'~[\r\n".]+'"';
148-
ID_STRICT: [a-zA-Z]([a-zA-Z0-9_] | '#' | '§' | '%' | '?' | '\\' | '\'' | 'ä' | 'ü' | 'ö' | 'ß' | ';' | '-')*;
148+
ID_STRICT: [a-zA-Z]([a-zA-Z0-9_] | '#' | '§' | '%' | '?' | '\\' | '\'' | 'ä' | 'ü' | 'ö' | 'ß' | ';' )*;
149149

150150
STRING: '\''~[\r\n'.]+'\'';
151151

0 commit comments

Comments
 (0)