Skip to content

Instantly share code, notes, and snippets.

View argansos's full-sized avatar

Ganquan Mao argansos

  • Southern University of Science and Technology
  • Xueyuan Blvd. 1088, 518055 Shenzhen, China
View GitHub Profile
@argansos
argansos / shBrushClojure.js
Created October 28, 2015 11:26
Alex Gorbatchev SyntaxHighlighter Brush (others)
// 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 ' +
@argansos
argansos / shBrushLatex.js
Created October 28, 2015 11:25
Alex Gorbatchev SyntaxHighlighter Brush:Latex by Alex Gorbatchev
/**
* 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)
*
@argansos
argansos / shBrushLatex.js
Last active October 28, 2015 11:23
Alex Gorbatchev SyntaxHighlighter Brush:Latex by DiGMi
/**
* 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)
*