From 1eba5407abe1b7f8457c4f4bb27cb419bcbfe396 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Tue, 4 May 2010 14:55:02 +0300 Subject: [PATCH] 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 --- misc/syntax/Makefile.am | 1 + misc/syntax/ini.syntax | 16 +++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/misc/syntax/Makefile.am b/misc/syntax/Makefile.am index 368d342f7..9b9f686cb 100644 --- a/misc/syntax/Makefile.am +++ b/misc/syntax/Makefile.am @@ -26,6 +26,7 @@ SYNTAXFILES = \ haskell.syntax \ html.syntax \ idl.syntax \ + ini.syntax \ j.syntax \ java.syntax \ js.syntax \ diff --git a/misc/syntax/ini.syntax b/misc/syntax/ini.syntax index 629da177a..d6c79c30e 100644 --- a/misc/syntax/ini.syntax +++ b/misc/syntax/ini.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 + spellcheck + +context exclusive = \n brightcyan + -- 2.11.4.GIT