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

New syntax highlighter for INI files

Features:
- comments after ; and # (even on key=value lines)
- section highlight
- escaping in values
- error checking for [sections] and incomplete key=value pairs
This commit is contained in:
Christian Nicolai
2011-08-02 23:46:07 +02:00
parent ca2159561e
commit ee54b1ff60
2 changed files with 83 additions and 0 deletions

View File

@ -785,3 +785,10 @@
Java's .properties
*.properties
-syntax properties
INI file
*.ini
-syntax ini
*hgrc
-syntax ini