mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
1eba5407ab
also, misc/syntax/Makefile.am changed for install ini.syntax into system Signed-off-by: Slava Zanko <slavazanko@gmail.com>
19 lines
220 B
YAML
19 lines
220 B
YAML
# DOS / Windows INI files
|
|
|
|
context default cyan
|
|
keyword = brightred
|
|
|
|
# groups
|
|
context [ ] yellow
|
|
|
|
# comments:
|
|
context # \n brown
|
|
spellcheck
|
|
|
|
context ; \n brown
|
|
spellcheck
|
|
|
|
context exclusive = \n brightcyan
|
|
|
|
|