Method hilite for Java, prolog.jsf tabs corrected

This commit is contained in:
Christian Nicolai 2011-08-01 20:48:33 +02:00
parent 82ec704ab2
commit c12712df6c
2 changed files with 39 additions and 31 deletions

View File

@ -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