Allow dashes in target names for syntax highlighting
This commit is contained in:
parent
24ef77704c
commit
048004f3a4
|
@ -19,7 +19,7 @@ addhl -group / regions -default content makefile \
|
||||||
addhl -group /makefile/comment fill comment
|
addhl -group /makefile/comment fill comment
|
||||||
addhl -group /makefile/eval fill value
|
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
|
addhl -group /makefile/content regex [+?:]= 0:operator
|
||||||
|
|
||||||
%sh{
|
%sh{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user