mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Added aliases for 'm' & 'h' for objc.
Added a hash of possible values to select the correct brush based on the suffix. This fixes a problem where some suffixes did not match brush aliases.
This commit is contained in:
+1
-1
@@ -55,5 +55,5 @@ SyntaxHighlighter.brushes.ObjC = function()
|
||||
};
|
||||
|
||||
SyntaxHighlighter.brushes.ObjC.prototype = new SyntaxHighlighter.Highlighter();
|
||||
SyntaxHighlighter.brushes.ObjC.aliases = ['objc'];
|
||||
SyntaxHighlighter.brushes.ObjC.aliases = ['objc', 'm', 'h'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user