1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-01-02 04:54:23 +01:00

Cleaned properties.jsf up

This commit is contained in:
Christian Nicolai 2011-08-02 23:45:43 +02:00
parent 6d9bc7ef5a
commit ca2159561e

View File

@ -2,16 +2,14 @@
=Idle =Idle
=Comment green =Comment green
=Constant cyan
=Escape bold cyan
=Bad bold red =Bad bold red
=Key =Key
=KeyEscape bold =KeyEscape bold
=Separator bold =Separator bold
=Constant cyan
=Escape bold cyan
:line_start Idle :line_start Idle
* key noeat * key noeat
"\n" line_start "\n" line_start
@ -19,10 +17,6 @@
"#!" line_comment recolor=-1 "#!" line_comment recolor=-1
"=:" missing_key recolor=-1 "=:" missing_key recolor=-1
:line_rest Idle
* line_rest
"\n" line_start
:line_comment Comment :line_comment Comment
* line_comment * line_comment
"\n" line_start "\n" line_start