Skip to content

Commit 2448fc8

Browse files
committed
remove duplicated token
1 parent cf00477 commit 2448fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: coml.ebnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ array ::= "[" splitter? arrayElements splitter? "]"
5959
6060
keyCharStart ::= #'[a-zA-Z_]';
6161
62-
keyCharMiddle ::= keyCharStart | decDigit | "_";
62+
keyCharMiddle ::= keyCharStart | decDigit;
6363
key ::= keyCharStart keyCharMiddle*;
6464
hashElement ::= (whitespaces?) key (splitter?) ":" (splitter?) expr;
6565
hash ::= hashElement | hashElement eol+ hash;

0 commit comments

Comments
 (0)