shBrushCpp.js edited online with Bitbucket

This commit is contained in:
pankaj azad
2014-01-08 14:30:00 +00:00
parent 2e3bd0ef8f
commit 20ecc2ee7b

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;