mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
fixed broken ints
This commit is contained in:
parent
24e6e2976b
commit
9ac5df5876
22
erlang.jsf
22
erlang.jsf
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
=Variable fg_310
|
=Variable fg_310
|
||||||
=Attribute fg_505
|
=Attribute fg_505
|
||||||
=Dunno fg_330 bold
|
=Char fg_330 bold
|
||||||
|
|
||||||
:idle Idle
|
:idle Idle
|
||||||
* idle
|
* idle
|
||||||
@ -32,13 +32,13 @@
|
|||||||
"-" maybe_attribute buffer
|
"-" maybe_attribute buffer
|
||||||
"a-z" atom buffer mark noeat
|
"a-z" atom buffer mark noeat
|
||||||
"#" record recolor=-1
|
"#" record recolor=-1
|
||||||
"$" dunno recolor=-1
|
"$" char recolor=-1
|
||||||
|
|
||||||
:dunno Dunno
|
:char Char
|
||||||
* idle
|
* idle
|
||||||
"\\" dunnoesc
|
"\\" charesc
|
||||||
|
|
||||||
:dunnoesc Dunno
|
:charesc Char
|
||||||
* idle
|
* idle
|
||||||
|
|
||||||
:line_comment Comment
|
:line_comment Comment
|
||||||
@ -123,6 +123,7 @@ done
|
|||||||
"0-9" decimal
|
"0-9" decimal
|
||||||
"." float
|
"." float
|
||||||
"#" base
|
"#" base
|
||||||
|
"Ee" eintval
|
||||||
|
|
||||||
:float Int
|
:float Int
|
||||||
* idle noeat
|
* idle noeat
|
||||||
@ -130,7 +131,16 @@ done
|
|||||||
|
|
||||||
:base Int
|
:base Int
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"0-9A-F" base
|
"0-9A-Fa-f" base
|
||||||
|
"Ee" eintval
|
||||||
|
|
||||||
|
:eintval Int
|
||||||
|
* eint noeat
|
||||||
|
"-" eint
|
||||||
|
|
||||||
|
:eint Int
|
||||||
|
* idle noeat
|
||||||
|
"0-9" eint
|
||||||
|
|
||||||
:brace Brace
|
:brace Brace
|
||||||
* idle noeat
|
* idle noeat
|
||||||
|
Loading…
Reference in New Issue
Block a user