extract_grammar symnames
add missing symnames Signed-off-by: Jan Kobler <eng1@koblersystems.de>
This commit is contained in:
parent
6a88415ed8
commit
87761c1f99
1 changed files with 5 additions and 1 deletions
|
|
@ -93,7 +93,11 @@ symnames = {
|
|||
|
||||
"//": "linecomment",
|
||||
"/*": "openblockcomment",
|
||||
"*/": "closeblockcomment"
|
||||
"*/": "closeblockcomment",
|
||||
"macro_rules": "macro_rules",
|
||||
"=>" : "eg",
|
||||
".." : "dotdot",
|
||||
"," : "comma"
|
||||
}
|
||||
|
||||
lines = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue