rc perl.kak: highlight substitution with empty replacement, like s{foo}{}

This commit is contained in:
Johannes Altmanninger 2020-10-19 19:08:09 +02:00
parent 1f4362d0ba
commit cc9447c15b

View File

@ -44,7 +44,7 @@ add-highlighter shared/perl/comment region (?<!\$)(?<!\\)# $
add-highlighter shared/perl/regex region m?(?<!/)(?<!qr)/[^/\n]+(?=/) /\w* fill meta
add-highlighter shared/perl/sregex region s/[^/\n]+/[^/\n]+(?=/) /\w* fill meta
add-highlighter shared/perl/bregex region s\{[^\}\n]+\}\{[^\}\n]+(?=\}) \}\w* fill meta
add-highlighter shared/perl/bregex region s\{[^\}\n]+\}\{[^\}\n]*(?=\}) \}\w* fill meta
add-highlighter shared/perl/quote_brace region -recurse \{ \bq[qrwx]?\{ \} fill string
add-highlighter shared/perl/quote_paren region -recurse \( \bq[qrwx]?\( \) fill string