@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
homepage
/
v-mt
/
mt-static
/
codepress
/
languages
/
Path :
Upload File :
New :
File
Dir
/homepage/v-mt/mt-static/codepress/languages/mt.js
/* * CodePress regular expressions for Movable Type syntax highlighting */ // Movable Type (always supplemental to an existing language, so we // don't replace Language.syntax, we add to it) Language.syntax.unshift( { input : /(\$)>/g, output : '<u>$1</u>>' } ); Language.syntax.unshift( { input : /<(\/?\$?MT:?\w*)/ig, output : '<<u>$1</u>' } );