mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
added a comment and changed name of String_mod to String_format
This commit is contained in:
parent
ea126cdf41
commit
18cc060584
@ -3,7 +3,7 @@
|
|||||||
=Idle
|
=Idle
|
||||||
=Comment fg_030
|
=Comment fg_030
|
||||||
=String fg_110
|
=String fg_110
|
||||||
=String_mod fg_200 bold
|
=String_format fg_200 bold
|
||||||
=String_esc fg_000 bold
|
=String_esc fg_000 bold
|
||||||
=Int fg_033
|
=Int fg_033
|
||||||
=Record fg_530
|
=Record fg_530
|
||||||
@ -47,7 +47,7 @@
|
|||||||
* idle noeat
|
* idle noeat
|
||||||
"a-zA-Z_" recatt
|
"a-zA-Z_" recatt
|
||||||
|
|
||||||
# STRINGS
|
# STRINGS (not complete)
|
||||||
:string String
|
:string String
|
||||||
* string
|
* string
|
||||||
"\\" string_escape recolor=-1
|
"\\" string_escape recolor=-1
|
||||||
@ -72,9 +72,9 @@
|
|||||||
|
|
||||||
:string_mod String
|
:string_mod String
|
||||||
* string
|
* string
|
||||||
"cfegswpWPBX#bx+ni" string_modifier recolormark noeat
|
"cfegswpWPBX#bx+ni" string_format recolormark noeat
|
||||||
|
|
||||||
:string_modifier String_mod
|
:string_format String_format
|
||||||
* string
|
* string
|
||||||
# END STRINGS
|
# END STRINGS
|
||||||
:decimal Int
|
:decimal Int
|
||||||
|
Loading…
Reference in New Issue
Block a user