Merge remote-tracking branch 'lenormf/rc/perl.kak'

This commit is contained in:
Maxime Coste 2015-10-29 13:45:57 +00:00
commit df982bd146

View File

@ -16,13 +16,10 @@ hook global BufCreate .*\.pl %{
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
addhl -group / regions -default code perl \ addhl -group / regions -default code perl \
command '(?:[^\$]|^)`' '`' '' \ command '(?<!\$)`' (?<!\\)(\\\\)*` '' \
command '\<qx/' (?<!\\)(\\\\)*/ '' \ double_string '(?<!\$)"' (?<!\\)(\\\\)*" '' \
double_string '(?:[^\$]|^)"' (?<!\\)(\\\\)*" '' \ single_string "(?<!\$)'" (?<!\\)(\\\\)*' '' \
double_string '\<q(q|w)/' (?<!\\)(\\\\)*/ '' \ comment '(?<!\$)#' $ ''
single_string "(?:[^\$]|^)'" (?<!\\)(\\\\)*' '' \
single_string "\<q/" (?<!\\)(\\\\)*/ '' \
comment '(?:[^\$]|^)#' $ ''
addhl -group /perl/command fill magenta addhl -group /perl/command fill magenta
addhl -group /perl/double_string fill string addhl -group /perl/double_string fill string