Skip to content

Commit

Permalink
fix brush name
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxh committed Oct 10, 2012
1 parent 9730a1e commit 4c67923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shBrushObjC.js
Expand Up @@ -96,7 +96,7 @@
Brush.prototype = new SyntaxHighlighter.Highlighter();
Brush.aliases = ['obj-c', 'objc'];

SyntaxHighlighter.brushes.Cpp = Brush;
SyntaxHighlighter.brushes.Objc = Brush;

// CommonJS
typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
Expand Down

0 comments on commit 4c67923

Please sign in to comment.