extract_grammar symnames

add missing symnames

Signed-off-by: Jan Kobler <eng1@koblersystems.de>
This commit is contained in:
Jan Kobler 2013-08-17 02:10:46 +02:00
parent 6a88415ed8
commit 87761c1f99

View File

@ -93,7 +93,11 @@ symnames = {
"//": "linecomment",
"/*": "openblockcomment",
"*/": "closeblockcomment"
"*/": "closeblockcomment",
"macro_rules": "macro_rules",
"=>" : "eg",
".." : "dotdot",
"," : "comma"
}
lines = []