mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
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:
parent
1243fc6fd7
commit
1eba5407ab
@ -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
|
||||
context ; \n brown
|
||||
spellcheck
|
||||
|
||||
context ; \n brown
|
||||
spellcheck
|
||||
|
||||
context exclusive = \n brightcyan
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user