mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* 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:
parent
455b0d006e
commit
cf4c046bf9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user