Source Code SyntaxHighlighter v3.0.83

I wanted to play with SyntaxHighlighter, so I downloaded the latest version from http://alexgorbatchev.com/SyntaxHighlighter/ . The src / shCore.js file, which is an unpacked / unregistered version, does not seem to work when I switch from the /shCore.js scripts to src / shCore.js in index.html that come with the download.

Does anyone know why or know where I can get working source code so that I can play.

thank

+5
source share
3 answers

. SyntaxHighlighter 3.0.83 Steven Levithan XRegExp.js ver 1.5.0. SH, (scripts/shCore.js 16,175 ), XRegexp.js. (src/shCore.js 43,502 ) , XRegExp.js ( src .)

: , XRegExp.js / , .

, SyntaxHighlighter , . , , . : Highlighter 3.0.83 Parser. , .

, , -...

+9

!

, wp-content\plugins\syntax-highlighter-compress\syntax-highlighter-compress.php

wp_shc_head():

    <!-- START: Syntax Highlighter ComPress -->
  <script type="text/javascript" src="http://xregexp.com/xregexp.js"></script>
+2

v.2.0.0 Highlighter, :

<script type="text/javascript" src="http://xregexp.com/xregexp.js"></script>
<script type="text/javascript" src="http://xregexp.com/addons/backcompat.js"></script>
+1

All Articles