crazy-max / dokuwiki-plugin-syntaxhighlighter4

SyntaxHighlighter4 plugin for DokuWiki
http://bit.ly/2vfZ9jG
Other
53 stars 5 forks source link

Syntax highlighting for Clojure #24

Closed ledyx closed 5 years ago

ledyx commented 5 years ago

Is this possible?

I got a "shBrushClojure.js" from https://wordpress.org/plugins/wp-syntaxhighlighter/ .

After that, I modified ../dist/syntaxhighlighter.js, but it didn't work as I wanted. :(

What should I do?

crazy-max commented 5 years ago

As stipulated on Wordpress plugin page : Alex Gorbatchev’s SyntaxHighlighter ver. 3.0.83 and 2.1.382. so no this will not work.

crazy-max commented 5 years ago

I suggest to create an issue on this repo if you want this brush compatible with SyntaxHighlighter 4.

ledyx commented 5 years ago

Thank you!