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 \ haskell.syntax \
html.syntax \ html.syntax \
idl.syntax \ idl.syntax \
ini.syntax \
j.syntax \ j.syntax \
java.syntax \ java.syntax \
js.syntax \ js.syntax \

View File

@ -1,20 +1,18 @@
# DOS / Windows INI files # DOS / Windows INI files
context default context default cyan
keyword = brightred keyword = brightred
keyword $*$ brightgreen
# options
#context .* = cyan
# groups # groups
context [ ] yellow context [ ] yellow
# lists
context exclusive $*$ $*$ green
# comments: # comments:
context # \n brown context # \n brown
context ; \n brown spellcheck
context ; \n brown
spellcheck
context exclusive = \n brightcyan