From 20ecc2ee7b36c94d55ca42e04aa0fafdb50d95cc Mon Sep 17 00:00:00 2001 From: pankaj azad Date: Wed, 8 Jan 2014 14:30:00 +0000 Subject: [PATCH] shBrushCpp.js edited online with Bitbucket --- .../webapp/resources/syntaxhighlighter/scripts/shBrushCpp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;