Commit 7e09f2c6 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:]]+$"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment