* syntax/makefile.syntax: Highlight $$ (a literal $) in

brightcyan. This way $${var} is not highlighted as if it were a
	Makefile variables.
This commit is contained in:
Roland Illig 2005-05-15 00:02:06 +00:00
parent 455b0d006e
commit cf4c046bf9
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
* syntax/diff.syntax: Lines starting with a <tab> character are
displayed like lines starting with a <space>. This is for the
cvs diff -T option.
* syntax/makefile.syntax: Highlight $$ (a literal $) in
brightcyan. This way $${var} is not highlighted as if it were a
Makefile variables.
2005-05-13 Pavel Roskin <proski@gnu.org>

View File

@ -1,5 +1,6 @@
context default
keyword $$ brightcyan
keyword $(*) yellow
keyword ${*} brightgreen
keyword whole linestart define magenta
@ -29,6 +30,7 @@ context linestart # \n brown
context exclusive = \n brightcyan
keyword \\\n yellow
keyword $$ brightcyan
keyword $(*) yellow
keyword ${*} brightgreen
keyword linestart \t lightgray red
@ -37,6 +39,7 @@ context exclusive = \n brightcyan
context exclusive linestart \t \n
keyword \\\n yellow
keyword $$ brightcyan
keyword $(*) yellow
keyword ${*} brightgreen
keyword linestart \t lightgray red