This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Contributed by Travis Whitton | |
// http://travis-whitton.blogspot.com/2009/06/syntaxhighlighter-for-clojure.html | |
SyntaxHighlighter.brushes.Clojure = function() | |
{ | |
var funcs = ':arglists :doc :file :line :macro :name :ns :private :tag :test new alias alter ' + | |
'and apply assert class cond conj count def defmacro defn defstruct deref do ' + | |
'doall dorun doseq dosync eval filter finally find first fn gen-class gensym if ' + | |
'import inc keys let list loop map ns or print println quote rand recur reduce ' + | |
'ref repeat require rest send seq set sort str struct sync take test throw ' + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* SyntaxHighlighter | |
* http://alexgorbatchev.com/ | |
* | |
* SyntaxHighlighter is donationware. If you are using it, please donate. | |
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate | |
* | |
* @version | |
* 2.0.296 (March 01 2009) | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* SyntaxHighlighter LaTeX Brush by DiGMi | |
* http://digmi.org | |
* | |
* Used for SyntaxHighlighter which can be found at: | |
* http://alexgorbatchev.com/SyntaxHighlighter | |
* | |
* @version | |
* 1.0.0 (July 21 2012) | |
* |