Skip to content

Commit

Permalink
Merge pull request #1 from mangege/master
Browse files Browse the repository at this point in the history
fix brush name
  • Loading branch information
scottdensmore committed Dec 30, 2012
2 parents 9730a1e + 4c67923 commit ad88aa7
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 ad88aa7

Please sign in to comment.