16 lines
415 B
JavaScript
16 lines
415 B
JavaScript
/** @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;
|
|
|
|
|