Merge branch 'perl_allow_strref' of http://github.com/fennewald/kakoune

This commit is contained in:
Maxime Coste 2021-05-18 21:05:35 +10:00
commit 67e5ecc816

View File

@ -39,7 +39,7 @@ provide-module perl %§
add-highlighter shared/perl regions
add-highlighter shared/perl/code default-region group
add-highlighter shared/perl/command region (?<!\$)(?<!\\)` (?<!\\)(\\\\)*` fill meta
add-highlighter shared/perl/double_string region (?<!\$)(?<!\\)" (?<!\\)(\\\\)*" fill string
add-highlighter shared/perl/double_string region (?<!\$)" (?<!\\)(\\\\)*" fill string
add-highlighter shared/perl/single_string region (?<!\$)(?<!\\\\)' (?<!\\)(\\\\)*' fill string
add-highlighter shared/perl/comment region (?<!\$)(?<!\\)# $ fill comment