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 \
|
haskell.syntax \
|
||||||
html.syntax \
|
html.syntax \
|
||||||
idl.syntax \
|
idl.syntax \
|
||||||
|
ini.syntax \
|
||||||
j.syntax \
|
j.syntax \
|
||||||
java.syntax \
|
java.syntax \
|
||||||
js.syntax \
|
js.syntax \
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user