Some fixies of ini.syntax (added default color)

also, misc/syntax/Makefile.am changed for install ini.syntax into system

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2010-05-04 14:55:02 +03:00 committed by Yury V. Zaytsev
parent 1243fc6fd7
commit 1eba5407ab
2 changed files with 9 additions and 10 deletions

View File

@ -26,6 +26,7 @@ SYNTAXFILES = \
haskell.syntax \
html.syntax \
idl.syntax \
ini.syntax \
j.syntax \
java.syntax \
js.syntax \

View File

@ -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
context ; \n brown
spellcheck
context ; \n brown
spellcheck
context exclusive = \n brightcyan