Skip to content

Commit 93a6956

Browse files
rakillenddsharpe
authored andcommitted
Issue #486 - Allow identifiers to begin with a digit, allowed by WLS (#488)
1 parent 5d88451 commit 93a6956

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/antlr4/oracle/weblogic/deploy/yaml

1 file changed

+1
-0
lines changed

core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ fragment ID_START
275275
: [_]
276276
| [A-Z]
277277
| [a-z]
278+
| [0-9]
278279
| '!'
279280
;
280281

0 commit comments

Comments
 (0)