1
1

* syntax/makefile.syntax: Added useful comments before the

contexts.
Этот коммит содержится в:
Roland Illig 2005-05-15 00:09:15 +00:00
родитель cf4c046bf9
Коммит 7b17421a43
2 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -5,7 +5,7 @@
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.
Makefile variables. Also added useful comments before the contexts.
2005-05-13 Pavel Roskin <proski@gnu.org>

Просмотреть файл

@ -1,4 +1,3 @@
context default
keyword $$ brightcyan
keyword $(*) yellow
@ -23,11 +22,13 @@ context default
keyword whole @+@ brightmagenta black
keyword @+@ brightmagenta black
# comment
context linestart # \n brown
spellcheck
keyword whole @+@ brightmagenta black
keyword @+@ brightmagenta black
# right part of an assignment
context exclusive = \n brightcyan
keyword \\\n yellow
keyword $$ brightcyan
@ -37,6 +38,7 @@ context exclusive = \n brightcyan
keyword whole @+@ brightmagenta black
keyword @+@ brightmagenta black
# shell code
context exclusive linestart \t \n
keyword \\\n yellow
keyword $$ brightcyan
@ -45,6 +47,3 @@ context exclusive linestart \t \n
keyword linestart \t lightgray red
keyword whole @+@ brightmagenta black
keyword @+@ brightmagenta black