mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 04:52:53 +03:00
Allowed for references of strings
This commit is contained in:
parent
ead12e11bd
commit
eb205cf3c2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user