1999-03-21 05:02:08 +03:00
|
|
|
context default
|
2005-05-15 04:02:06 +04:00
|
|
|
keyword $$ brightcyan
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword $(*) yellow
|
|
|
|
keyword ${*} brightgreen
|
2005-06-06 03:48:57 +04:00
|
|
|
# GNU Makefiles
|
2004-09-17 13:56:47 +04:00
|
|
|
keyword whole linestart define magenta
|
|
|
|
keyword whole linestart endef magenta
|
1999-03-21 05:02:08 +03:00
|
|
|
keyword whole linestart include magenta
|
|
|
|
keyword whole linestart ifdef magenta
|
2000-05-31 07:29:31 +04:00
|
|
|
keyword whole linestart ifndef magenta
|
1999-03-21 05:02:08 +03:00
|
|
|
keyword whole linestart endif magenta
|
2000-02-18 14:13:10 +03:00
|
|
|
keyword whole linestart if magenta
|
1999-03-21 05:02:08 +03:00
|
|
|
keyword whole linestart ifeq magenta
|
|
|
|
keyword whole linestart ifneq magenta
|
|
|
|
keyword whole linestart else magenta
|
2005-06-06 03:48:57 +04:00
|
|
|
# BSD Makefiles
|
|
|
|
keyword whole linestart .\[\s\t\]elif magenta
|
|
|
|
keyword whole linestart .\[\s\t\]else magenta
|
|
|
|
keyword whole linestart .\[\s\t\]endfor magenta
|
|
|
|
keyword whole linestart .\[\s\t\]endif magenta
|
|
|
|
keyword whole linestart .\[\s\t\]for magenta
|
|
|
|
keyword whole linestart .\[\s\t\]if magenta
|
|
|
|
keyword whole linestart .\[\s\t\]include magenta
|
|
|
|
keyword whole linestart .\[\s\t\]undef magenta
|
|
|
|
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword linestart \t lightgray red
|
|
|
|
keyword whole .PHONY white
|
2005-07-04 10:33:02 +04:00
|
|
|
keyword whole .SUFFIXES white
|
|
|
|
keyword whole .DEFAULT white
|
|
|
|
keyword whole .PRECIOUS white
|
|
|
|
keyword whole .INTERMEDIATE white
|
|
|
|
keyword whole .SECONDARY white
|
|
|
|
keyword whole .DELETE_ON_ERROR white
|
|
|
|
keyword whole .IGNORE white
|
|
|
|
keyword whole .LOW_RESOLUTION_TIME white
|
|
|
|
keyword whole .SILENT white
|
|
|
|
keyword whole .EXPORT_ALL_VARIABLES white
|
|
|
|
keyword whole .NOTPARALLEL white
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword whole .NOEXPORT white
|
|
|
|
keyword = white
|
|
|
|
keyword : yellow
|
|
|
|
keyword \\\n yellow
|
1999-03-21 05:02:08 +03:00
|
|
|
# this handles strange cases like @something@@somethingelse@ properly
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword whole @+@ brightmagenta black
|
|
|
|
keyword @+@ brightmagenta black
|
1999-03-21 05:02:08 +03:00
|
|
|
|
2005-05-15 04:09:15 +04:00
|
|
|
# comment
|
2002-09-30 00:22:23 +04:00
|
|
|
context linestart # \n brown
|
1999-07-21 23:56:42 +04:00
|
|
|
spellcheck
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword whole @+@ brightmagenta black
|
|
|
|
keyword @+@ brightmagenta black
|
1999-03-21 05:02:08 +03:00
|
|
|
|
2005-05-15 04:09:15 +04:00
|
|
|
# right part of an assignment
|
2002-09-30 00:22:23 +04:00
|
|
|
context exclusive = \n brightcyan
|
|
|
|
keyword \\\n yellow
|
2005-05-15 04:02:06 +04:00
|
|
|
keyword $$ brightcyan
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword $(*) yellow
|
|
|
|
keyword ${*} brightgreen
|
|
|
|
keyword linestart \t lightgray red
|
|
|
|
keyword whole @+@ brightmagenta black
|
|
|
|
keyword @+@ brightmagenta black
|
1999-03-21 05:02:08 +03:00
|
|
|
|
2005-05-15 04:09:15 +04:00
|
|
|
# shell code
|
1999-03-21 05:02:08 +03:00
|
|
|
context exclusive linestart \t \n
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword \\\n yellow
|
2005-05-15 04:02:06 +04:00
|
|
|
keyword $$ brightcyan
|
2002-09-30 00:22:23 +04:00
|
|
|
keyword $(*) yellow
|
|
|
|
keyword ${*} brightgreen
|
|
|
|
keyword linestart \t lightgray red
|
|
|
|
keyword whole @+@ brightmagenta black
|
|
|
|
keyword @+@ brightmagenta black
|