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_mod fg_200 bold
|
||||
=String_esc fg_000 bold
|
||||
=Int fg_033
|
||||
=Int fg_110
|
||||
=Record fg_530
|
||||
=Recatt
|
||||
=Fun fg_115
|
||||
@ -13,8 +13,8 @@
|
||||
=Keyword bold
|
||||
=Guard fg_200
|
||||
=Bif fg_501
|
||||
=Brace fg_505
|
||||
=Brack fg_055
|
||||
=Brace fg_033
|
||||
=Brack fg_033
|
||||
|
||||
=Variable fg_310
|
||||
=Attribute fg_505
|
||||
@ -81,9 +81,18 @@ done
|
||||
|
||||
:record Record
|
||||
* 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
|
||||
|
||||
:qtrec Record
|
||||
* qtrec
|
||||
"'" rec
|
||||
|
||||
:recatt Recatt
|
||||
* idle noeat
|
||||
"a-zA-Z_" recatt
|
||||
@ -124,16 +133,15 @@ done
|
||||
"0-9" decimal
|
||||
"." float
|
||||
"#" base
|
||||
"Ee" eintval
|
||||
|
||||
:float Int
|
||||
* idle noeat
|
||||
"0-9" float
|
||||
"Ee" eintval
|
||||
|
||||
:base Int
|
||||
* idle noeat
|
||||
"0-9A-Fa-f" base
|
||||
"Ee" eintval
|
||||
|
||||
:eintval Int
|
||||
* eint noeat
|
||||
|
Loading…
Reference in New Issue
Block a user