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