summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/php-template.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/php-template.min.js')
-rw-r--r--pyssg.xyz/live/static/hl/languages/php-template.min.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/php-template.min.js b/pyssg.xyz/live/static/hl/languages/php-template.min.js
new file mode 100644
index 0000000..c4e46e8
--- /dev/null
+++ b/pyssg.xyz/live/static/hl/languages/php-template.min.js
@@ -0,0 +1,7 @@
+hljs.registerLanguage("php-template",(()=>{"use strict";return n=>({
+name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,
+subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',
+end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{
+illegal:null,className:null,contains:null,skip:!0
+}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,
+skip:!0})]}]})})()); \ No newline at end of file