extract_grammar symnames
add missing symnames Signed-off-by: Jan Kobler <eng1@koblersystems.de>
This commit is contained in:
parent
6a88415ed8
commit
87761c1f99
@ -93,7 +93,11 @@ symnames = {
|
||||
|
||||
"//": "linecomment",
|
||||
"/*": "openblockcomment",
|
||||
"*/": "closeblockcomment"
|
||||
"*/": "closeblockcomment",
|
||||
"macro_rules": "macro_rules",
|
||||
"=>" : "eg",
|
||||
".." : "dotdot",
|
||||
"," : "comma"
|
||||
}
|
||||
|
||||
lines = []
|
||||
|
Loading…
Reference in New Issue
Block a user