diff --git a/scm-webapp/src/main/webapp/resources/syntaxhighlighter/scripts/shBrushCpp.js b/scm-webapp/src/main/webapp/resources/syntaxhighlighter/scripts/shBrushCpp.js index 9f70d3aed6..198f2ed457 100644 --- a/scm-webapp/src/main/webapp/resources/syntaxhighlighter/scripts/shBrushCpp.js +++ b/scm-webapp/src/main/webapp/resources/syntaxhighlighter/scripts/shBrushCpp.js @@ -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;