Allow / in target when highlighting in makefile.kak
This commit is contained in:
parent
e42c81c8eb
commit
090c0b4db1
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user