mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
Merge branch 'master' of https://github.com/raev/joe-syntax
This commit is contained in:
commit
9b75b9cc05
28
erlang.jsf
28
erlang.jsf
@ -3,6 +3,8 @@
|
|||||||
=Idle
|
=Idle
|
||||||
=Comment fg_030
|
=Comment fg_030
|
||||||
=String fg_110
|
=String fg_110
|
||||||
|
=String_mod fg_200 bold
|
||||||
|
=String_esc fg_000 bold
|
||||||
=Int fg_033
|
=Int fg_033
|
||||||
=Record fg_530
|
=Record fg_530
|
||||||
=Recatt fg_530
|
=Recatt fg_530
|
||||||
@ -45,10 +47,36 @@
|
|||||||
* idle noeat
|
* idle noeat
|
||||||
"a-zA-Z_" recatt
|
"a-zA-Z_" recatt
|
||||||
|
|
||||||
|
# STRINGS
|
||||||
:string String
|
:string String
|
||||||
* string
|
* string
|
||||||
|
"\\" string_escape recolor=-1
|
||||||
|
"~" string_ mark
|
||||||
"\"" idle
|
"\"" idle
|
||||||
|
|
||||||
|
:string_escape String_esc
|
||||||
|
* string
|
||||||
|
|
||||||
|
:string_ String
|
||||||
|
* string_mod noeat
|
||||||
|
"0-9" string_f
|
||||||
|
"t" string_mod
|
||||||
|
:string_f String
|
||||||
|
* string_mod noeat
|
||||||
|
"0-9*" string_f
|
||||||
|
"." string_p
|
||||||
|
|
||||||
|
:string_p String
|
||||||
|
* string_mod noeat
|
||||||
|
"0-9*" string_p
|
||||||
|
|
||||||
|
:string_mod String
|
||||||
|
* string
|
||||||
|
"cfegswpWPBX#bx+ni" string_modifier recolormark noeat
|
||||||
|
|
||||||
|
:string_modifier String_mod
|
||||||
|
* string
|
||||||
|
# END STRINGS
|
||||||
:decimal Int
|
:decimal Int
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"0-9" decimal
|
"0-9" decimal
|
||||||
|
Loading…
Reference in New Issue
Block a user