1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-06-26 12:30:20 +02:00

New JOE highlighter for Java's .properties files

Features:
- many :p
- value continuation on next line
- unicode escape codes
- line comments on # and !
- good error detection (simpler on stricter files)
This commit is contained in:
Christian Nicolai
2011-08-02 22:03:36 +02:00
parent 69bdfbbf9b
commit 6ce845cb5a
3 changed files with 95 additions and 1 deletions

View File

@ -781,3 +781,7 @@
Ant's build.xml
*build.xml
-syntax ant
Java's .properties
*.properties
-syntax properties