This commit is contained in:
cn 2012-07-09 11:23:49 +02:00
commit 56d8b4f7c6
1 changed files with 7 additions and 7 deletions

View File

@ -101,7 +101,7 @@
* idle noeat * idle noeat
:atom Idle :atom Idle
* maybe_function noeat strings * no_atom noeat strings
"after" kw "after" kw
"and" kw "and" kw
"andalso" kw "andalso" kw
@ -131,17 +131,17 @@
"when" kw "when" kw
"xor" kw "xor" kw
done done
":" module recolormark noeat
"a-zA-Z0-9_@" atom "a-zA-Z0-9_@" atom
:no_atom Idle
* idle noeat
" " no_atom
"(" function recolormark noeat
":" module recolormark noeat
:module Module :module Module
* idle noeat * idle noeat
:maybe_function Idle
* idle noeat
" " maybe_function
"(" function recolormark noeat
:function Fun :function Fun
* idle noeat * idle noeat