mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 04:52:53 +03:00
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/comment region '#' '$' fill comment
|
||||||
add-highlighter shared/makefile/evaluate-commands region -recurse '\(' '\$\(' '\)' fill value
|
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
|
add-highlighter shared/makefile/content/ regex [+?:]= 0:operator
|
||||||
|
|
||||||
evaluate-commands %sh{
|
evaluate-commands %sh{
|
||||||
|
Loading…
Reference in New Issue
Block a user