mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
fixed broken records and broken ints
This commit is contained in:
parent
9fd5e67846
commit
02b793c0ca
20
erlang.jsf
20
erlang.jsf
@ -5,7 +5,7 @@
|
|||||||
=String fg_110
|
=String fg_110
|
||||||
=String_mod fg_200 bold
|
=String_mod fg_200 bold
|
||||||
=String_esc fg_000 bold
|
=String_esc fg_000 bold
|
||||||
=Int fg_033
|
=Int fg_110
|
||||||
=Record fg_530
|
=Record fg_530
|
||||||
=Recatt
|
=Recatt
|
||||||
=Fun fg_115
|
=Fun fg_115
|
||||||
@ -13,8 +13,8 @@
|
|||||||
=Keyword bold
|
=Keyword bold
|
||||||
=Guard fg_200
|
=Guard fg_200
|
||||||
=Bif fg_501
|
=Bif fg_501
|
||||||
=Brace fg_505
|
=Brace fg_033
|
||||||
=Brack fg_055
|
=Brack fg_033
|
||||||
|
|
||||||
=Variable fg_310
|
=Variable fg_310
|
||||||
=Attribute fg_505
|
=Attribute fg_505
|
||||||
@ -81,9 +81,18 @@ done
|
|||||||
|
|
||||||
:record Record
|
:record Record
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"a-zA-z_" record
|
"a-z" rec noeat
|
||||||
|
"'" qtrec recolor=-1
|
||||||
|
|
||||||
|
:rec Record
|
||||||
|
* idle noeat
|
||||||
|
"a-zA-Z0-9_@" rec
|
||||||
"." recatt recolor=-1
|
"." recatt recolor=-1
|
||||||
|
|
||||||
|
:qtrec Record
|
||||||
|
* qtrec
|
||||||
|
"'" rec
|
||||||
|
|
||||||
:recatt Recatt
|
:recatt Recatt
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"a-zA-Z_" recatt
|
"a-zA-Z_" recatt
|
||||||
@ -124,16 +133,15 @@ done
|
|||||||
"0-9" decimal
|
"0-9" decimal
|
||||||
"." float
|
"." float
|
||||||
"#" base
|
"#" base
|
||||||
"Ee" eintval
|
|
||||||
|
|
||||||
:float Int
|
:float Int
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"0-9" float
|
"0-9" float
|
||||||
|
"Ee" eintval
|
||||||
|
|
||||||
:base Int
|
:base Int
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"0-9A-Fa-f" base
|
"0-9A-Fa-f" base
|
||||||
"Ee" eintval
|
|
||||||
|
|
||||||
:eintval Int
|
:eintval Int
|
||||||
* eint noeat
|
* eint noeat
|
||||||
|
Loading…
Reference in New Issue
Block a user