mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
0d82a635b3
unreasonable to require them to be correct. On the other hand, Cooledit can easily be changed to accept named color names.
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
|
|
context default
|
|
keyword $(*) yellow
|
|
keyword ${*} brightgreen
|
|
keyword whole linestart include magenta
|
|
keyword whole linestart ifdef magenta
|
|
keyword whole linestart ifndef magenta
|
|
keyword whole linestart endif magenta
|
|
keyword whole linestart if magenta
|
|
keyword whole linestart ifeq magenta
|
|
keyword whole linestart ifneq magenta
|
|
keyword whole linestart else magenta
|
|
keyword linestart \t lightgray red
|
|
keyword whole .PHONY white
|
|
keyword whole .NOEXPORT white
|
|
keyword = white
|
|
keyword : yellow
|
|
keyword \\\n yellow
|
|
# this handles strange cases like @something@@somethingelse@ properly
|
|
keyword whole @+@ brightmagenta black
|
|
keyword @+@ brightmagenta black
|
|
|
|
context linestart # \n brown
|
|
spellcheck
|
|
keyword whole @+@ brightmagenta black
|
|
keyword @+@ brightmagenta black
|
|
|
|
context exclusive = \n brightcyan
|
|
keyword \\\n yellow
|
|
keyword $(*) yellow
|
|
keyword ${*} brightgreen
|
|
keyword linestart \t lightgray red
|
|
keyword whole @+@ brightmagenta black
|
|
keyword @+@ brightmagenta black
|
|
|
|
context exclusive linestart \t \n
|
|
keyword \\\n yellow
|
|
keyword $(*) yellow
|
|
keyword ${*} brightgreen
|
|
keyword linestart \t lightgray red
|
|
keyword whole @+@ brightmagenta black
|
|
keyword @+@ brightmagenta black
|
|
|
|
|
|
|