Allow dashes in target names for syntax highlighting

This commit is contained in:
Frank LENORMAND 2016-09-25 09:13:39 +03:00
parent 24ef77704c
commit 048004f3a4

View File

@ -19,7 +19,7 @@ addhl -group / regions -default content makefile \
addhl -group /makefile/comment fill comment
addhl -group /makefile/eval fill value
addhl -group /makefile/content regex ^[\w.%]+\h*:\s 0:identifier
addhl -group /makefile/content regex ^[\w.%-]+\h*:\s 0:identifier
addhl -group /makefile/content regex [+?:]= 0:operator
%sh{