mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
beautification and consistency fix
This commit is contained in:
parent
f9a81e3be9
commit
79ecabc243
20
erlang.jsf
20
erlang.jsf
@ -3,8 +3,8 @@
|
|||||||
=Idle
|
=Idle
|
||||||
=Comment fg_030
|
=Comment fg_030
|
||||||
=String fg_110
|
=String fg_110
|
||||||
=String_format fg_200 bold
|
=String_mod fg_200 bold
|
||||||
=String_esc fg_110 bold
|
=String_esc fg_000 bold
|
||||||
=Int fg_033
|
=Int fg_033
|
||||||
=Record fg_530
|
=Record fg_530
|
||||||
=Recatt fg_530
|
=Recatt fg_530
|
||||||
@ -47,7 +47,7 @@
|
|||||||
* idle noeat
|
* idle noeat
|
||||||
"a-zA-Z_" recatt
|
"a-zA-Z_" recatt
|
||||||
|
|
||||||
# STRINGS (not complete)
|
# STRINGS
|
||||||
:string String
|
:string String
|
||||||
* string
|
* string
|
||||||
"\\" string_escape recolor=-1
|
"\\" string_escape recolor=-1
|
||||||
@ -71,10 +71,10 @@
|
|||||||
"0-9*" string_p
|
"0-9*" string_p
|
||||||
|
|
||||||
:string_mod String
|
:string_mod String
|
||||||
* string noeat
|
* string
|
||||||
"cfegswpWPBX#bx+ni" string_format recolormark noeat
|
"cfegswpWPBX#bx+ni" string_modifier recolormark noeat
|
||||||
|
|
||||||
:string_format String_format
|
:string_modifier String_mod
|
||||||
* string
|
* string
|
||||||
# END STRINGS
|
# END STRINGS
|
||||||
:decimal Int
|
:decimal Int
|
||||||
@ -101,7 +101,7 @@
|
|||||||
* idle noeat
|
* idle noeat
|
||||||
|
|
||||||
:atom Idle
|
:atom Idle
|
||||||
* idle noeat strings
|
* no_atom noeat strings
|
||||||
"after" kw
|
"after" kw
|
||||||
"and" kw
|
"and" kw
|
||||||
"andalso" kw
|
"andalso" kw
|
||||||
@ -131,9 +131,13 @@
|
|||||||
"when" kw
|
"when" kw
|
||||||
"xor" kw
|
"xor" kw
|
||||||
done
|
done
|
||||||
|
"a-zA-Z0-9_@" atom
|
||||||
|
|
||||||
|
:no_atom Idle
|
||||||
|
* idle noeat
|
||||||
|
" " no_atom
|
||||||
"(" function recolormark noeat
|
"(" function recolormark noeat
|
||||||
":" module recolormark noeat
|
":" module recolormark noeat
|
||||||
"a-zA-Z0-9_@" atom
|
|
||||||
|
|
||||||
:module Module
|
:module Module
|
||||||
* idle noeat
|
* idle noeat
|
||||||
|
Loading…
Reference in New Issue
Block a user