1
1

syntax: makefile: color comments only at start of line or after whitespace

Этот коммит содержится в:
Benno Schulenberg 2017-05-09 17:37:05 +02:00
родитель 968c07fc81
Коммит 7e09f2c64a

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

@ -7,7 +7,7 @@ color red "[:=]"
color magenta "\<(if|ifeq|else|endif)\>"
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
color brightblue "^[^ ]+:"
color green "#.*$"
color green "(^|[[:space:]]+)#.*"
## Trailing whitespace.
color ,green "[[:space:]]+$"