also, misc/syntax/Makefile.am changed for install ini.syntax into system Signed-off-by: Slava Zanko <slavazanko@gmail.com>
@@ -26,6 +26,7 @@ SYNTAXFILES = \
haskell.syntax \
html.syntax \
idl.syntax \
+ ini.syntax \
j.syntax \
java.syntax \
js.syntax \
@@ -1,20 +1,18 @@
# DOS / Windows INI files
-context default
-
+context default cyan
keyword = brightred
- keyword $*$ brightgreen
-# options
-#context .* = cyan
# groups
context [ ] yellow
-# lists
-context exclusive $*$ $*$ green
# comments:
context # \n brown
+ spellcheck
+
context ; \n brown
+context exclusive = \n brightcyan