mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02: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
|
||||
|
||||
=Idle
|
||||
=Preproc blue
|
||||
=Define bold blue
|
||||
=Comment green
|
||||
=Constant cyan
|
||||
=Escape bold cyan
|
||||
@ -16,6 +14,8 @@
|
||||
=Brace magenta
|
||||
=Control
|
||||
|
||||
=Methods
|
||||
|
||||
:begin Idle
|
||||
* begin noeat call=.java()
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"." maybe_float
|
||||
"\"" string recolor=-1
|
||||
"'" char recolor=-1
|
||||
"a-zA-Z_" ident buffer
|
||||
"a-zA-Z_" ident mark buffer
|
||||
"{}" brace recolor=-1
|
||||
.ifdef script
|
||||
",:;=()>[]*&|!~+\-%^" control recolor=-1
|
||||
@ -177,7 +177,7 @@
|
||||
"0-7" char
|
||||
|
||||
:ident Idle
|
||||
* idle noeat strings
|
||||
* ident_end noeat markend strings
|
||||
"abstract" kw
|
||||
"boolean" type
|
||||
"break" kw
|
||||
@ -243,4 +243,12 @@ done
|
||||
:operator Operator
|
||||
* idle noeat
|
||||
|
||||
:ident_end Idle
|
||||
* idle noeat
|
||||
" " ident_end
|
||||
"(" method_end recolormark
|
||||
|
||||
:method_end Methods
|
||||
* idle noeat
|
||||
|
||||
.end
|
||||
|
Loading…
Reference in New Issue
Block a user