Allow / in target when highlighting in makefile.kak

This commit is contained in:
codesoap 2019-07-22 17:32:25 +02:00
parent e42c81c8eb
commit 090c0b4db1

View File

@ -33,7 +33,7 @@ add-highlighter shared/makefile/content default-region group
add-highlighter shared/makefile/comment region '#' '$' fill comment
add-highlighter shared/makefile/evaluate-commands region -recurse '\(' '\$\(' '\)' fill value
add-highlighter shared/makefile/content/ regex ^[\w.%-]+\h*:\s 0:variable
add-highlighter shared/makefile/content/ regex ^[\w.%-/]+\h*:\s 0:variable
add-highlighter shared/makefile/content/ regex [+?:]= 0:operator
evaluate-commands %sh{