Skip to content

Commit 87761c1

Browse files
committed
extract_grammar symnames
add missing symnames Signed-off-by: Jan Kobler <[email protected]>
1 parent 6a88415 commit 87761c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/etc/extract_grammar.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@
9393

9494
"//": "linecomment",
9595
"/*": "openblockcomment",
96-
"*/": "closeblockcomment"
96+
"*/": "closeblockcomment",
97+
"macro_rules": "macro_rules",
98+
"=>" : "eg",
99+
".." : "dotdot",
100+
"," : "comma"
97101
}
98102

99103
lines = []

0 commit comments

Comments
 (0)