forked from Botanical/BotanJS
Added Library SyntaxHighlighter
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user