mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
Method hilite for Java, prolog.jsf tabs corrected
This commit is contained in:
parent
82ec704ab2
commit
c12712df6c
16
java.jsf
16
java.jsf
@ -4,8 +4,6 @@
|
|||||||
# improve escape parsing
|
# improve escape parsing
|
||||||
|
|
||||||
=Idle
|
=Idle
|
||||||
=Preproc blue
|
|
||||||
=Define bold blue
|
|
||||||
=Comment green
|
=Comment green
|
||||||
=Constant cyan
|
=Constant cyan
|
||||||
=Escape bold cyan
|
=Escape bold cyan
|
||||||
@ -16,6 +14,8 @@
|
|||||||
=Brace magenta
|
=Brace magenta
|
||||||
=Control
|
=Control
|
||||||
|
|
||||||
|
=Methods
|
||||||
|
|
||||||
:begin Idle
|
:begin Idle
|
||||||
* begin noeat call=.java()
|
* begin noeat call=.java()
|
||||||
|
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"." maybe_float
|
"." maybe_float
|
||||||
"\"" string recolor=-1
|
"\"" string recolor=-1
|
||||||
"'" char recolor=-1
|
"'" char recolor=-1
|
||||||
"a-zA-Z_" ident buffer
|
"a-zA-Z_" ident mark buffer
|
||||||
"{}" brace recolor=-1
|
"{}" brace recolor=-1
|
||||||
.ifdef script
|
.ifdef script
|
||||||
",:;=()>[]*&|!~+\-%^" control recolor=-1
|
",:;=()>[]*&|!~+\-%^" control recolor=-1
|
||||||
@ -177,7 +177,7 @@
|
|||||||
"0-7" char
|
"0-7" char
|
||||||
|
|
||||||
:ident Idle
|
:ident Idle
|
||||||
* idle noeat strings
|
* ident_end noeat markend strings
|
||||||
"abstract" kw
|
"abstract" kw
|
||||||
"boolean" type
|
"boolean" type
|
||||||
"break" kw
|
"break" kw
|
||||||
@ -243,4 +243,12 @@ done
|
|||||||
:operator Operator
|
:operator Operator
|
||||||
* idle noeat
|
* idle noeat
|
||||||
|
|
||||||
|
:ident_end Idle
|
||||||
|
* idle noeat
|
||||||
|
" " ident_end
|
||||||
|
"(" method_end recolormark
|
||||||
|
|
||||||
|
:method_end Methods
|
||||||
|
* idle noeat
|
||||||
|
|
||||||
.end
|
.end
|
||||||
|
Loading…
Reference in New Issue
Block a user