shBrushCpp.js edited online with Bitbucket

This commit is contained in:
pankaj azad
2014-01-08 14:30:00 +00:00
parent e145e6ed30
commit 8b2d2eb4d7

View File

@@ -88,7 +88,7 @@
};
Brush.prototype = new SyntaxHighlighter.Highlighter();
Brush.aliases = ['cpp', 'c'];
Brush.aliases = ['cpp', 'hpp', 'hxx', 'cxx', 'hh', 'cc', 'c', 'h'];
SyntaxHighlighter.brushes.Cpp = Brush;