Merge branch 'perl_allow_strref' of http://github.com/fennewald/kakoune
This commit is contained in:
commit
67e5ecc816
|
@ -39,7 +39,7 @@ provide-module perl %§
|
||||||
add-highlighter shared/perl regions
|
add-highlighter shared/perl regions
|
||||||
add-highlighter shared/perl/code default-region group
|
add-highlighter shared/perl/code default-region group
|
||||||
add-highlighter shared/perl/command region (?<!\$)(?<!\\)` (?<!\\)(\\\\)*` fill meta
|
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/single_string region (?<!\$)(?<!\\\\)' (?<!\\)(\\\\)*' fill string
|
||||||
add-highlighter shared/perl/comment region (?<!\$)(?<!\\)# $ fill comment
|
add-highlighter shared/perl/comment region (?<!\$)(?<!\\)# $ fill comment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user