diff --git a/syntax/makefile.nanorc b/syntax/makefile.nanorc index 4a14d64e5..e207108c2 100644 --- a/syntax/makefile.nanorc +++ b/syntax/makefile.nanorc @@ -17,7 +17,7 @@ color magenta "^((override +)?(un)?define|endef|(un)?export|private|vpath)\>" color blue "\$+[{(][a-zA-Z0-9_-]+[})]" # Targets. -color brightblue "^[^ ]+:" +color brightblue "^[^ ].*:" # Comments. color green "(^|[[:blank:]]+)#.*"