diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-25 12:47:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-25 12:47:14 +0900 |
commit | d4b2ca0550eeacd278c638664b43464239342244 (patch) | |
tree | be8de2e3788df857c1068d60d913d8b6902f66a1 /kate/data/perl.xml | |
parent | 9ea35022d237e93f456d8649725ce1c52c2b61e9 (diff) | |
download | tdelibs-d4b2ca0550eeacd278c638664b43464239342244.tar.gz tdelibs-d4b2ca0550eeacd278c638664b43464239342244.zip |
Kate syntax highlighting files update - Nov 2014
Diffstat (limited to 'kate/data/perl.xml')
-rw-r--r-- | kate/data/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/perl.xml b/kate/data/perl.xml index b83bea9f3..bcec3c3d4 100644 --- a/kate/data/perl.xml +++ b/kate/data/perl.xml @@ -39,7 +39,7 @@ Enhance tr/// and y/// support. --> -<language name="Perl" version="1.30-1" kateversion="2.4" section="Scripts" extensions="*.pl;*.PL;*.pm" mimetype="application/x-perl;text/x-perl" priority="5" author="Anders Lund (anders@alweb.dk)" license="LGPL"> +<language name="Perl" version="1.31-1" kateversion="2.4" section="Scripts" extensions="*.pl;*.PL;*.pm" mimetype="application/x-perl;text/x-perl" priority="5" author="Anders Lund (anders@alweb.dk)" license="LGPL"> <highlighting> <list name="keywords"> <item> if </item> @@ -346,7 +346,7 @@ <keyword attribute="Operator" context="#stay" String="operators" /> <keyword attribute="Function" context="#stay" String="functions" /> <keyword attribute="Pragma" context="#stay" String="pragmas" /> - <RegExpr attribute="Pod" context="pod" String="\=(?:head[1-6]|over|back|item|for|begin|end|pod)(\s|$)" column="0" beginRegion="POD"/> + <RegExpr attribute="Pod" context="pod" String="\=\w+(\s|$)" column="0" beginRegion="POD"/> <DetectSpaces /> <DetectChar attribute="Comment" context="comment" char="#" /> |