Fixed ending of region, as per @krobelus
This commit is contained in:
parent
30d5aa203d
commit
21fbda7c68
|
@ -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]+(?=\}) /} 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user