@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 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>' } );