aboutsummaryrefslogtreecommitdiffstats
path: root/public/prism/prism-perl.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/prism/prism-perl.min.js')
-rw-r--r--public/prism/prism-perl.min.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/prism/prism-perl.min.js b/public/prism/prism-perl.min.js
index 3bb0d61..87c92ce 100644
--- a/public/prism/prism-perl.min.js
+++ b/public/prism/prism-perl.min.js
@@ -1,7 +1,7 @@
!(function (e) {
var n =
'(?:\\((?:[^()\\\\]|\\\\[^])*\\)|\\{(?:[^{}\\\\]|\\\\[^])*\\}|\\[(?:[^[\\]\\\\]|\\\\[^])*\\]|<(?:[^<>\\\\]|\\\\[^])*>)';
- Prism.languages.perl = {
+ e.languages.perl = {
comment: [
{ pattern: /(^\s*)=\w[\s\S]*?=cut.*/m, lookbehind: !0, greedy: !0 },
{ pattern: /(^|[^\\$])#.*/, lookbehind: !0, greedy: !0 },
@@ -73,4 +73,4 @@
/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|xor)\b/,
punctuation: /[{}[\];(),:]/,
};
-})();
+})(Prism);