Added Library SyntaxHighlighter

This commit is contained in:
2015-08-14 23:00:04 +08:00
parent c6a7cd79d3
commit 69b43d5b79
66 changed files with 5815 additions and 0 deletions
@@ -0,0 +1,15 @@
/** @constructor */
Libraries.SyntaxHighlighter.Brush = function (){};
/** @type {Object} */
Libraries.SyntaxHighlighter.Brush.prototype;
/** @type {Array} */
Libraries.SyntaxHighlighter.Brush.aliases;
/** @type {Array} */
Libraries.SyntaxHighlighter.Brush.regexList;
/** @type {Function} */
Libraries.SyntaxHighlighter.Brush.forHtmlScript;
/** @type {Function} */
Libraries.SyntaxHighlighter.Brush.getKeywords;