Skip to content

Commit 7d92b9b

Browse files
author
Aaron O'Mullan
committed
Add 'hpp' extension to C++ language extensions
1 parent e34832f commit 7d92b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/utils/languages.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ define([
179179
'.h++',
180180
'.hh',
181181
'.hxx',
182+
'.hpp',
182183
'.tcc'],
183184
'primary_extension': '.cpp',
184185
'search_term': 'cpp',
@@ -804,7 +805,7 @@ define([
804805
'search_term': 'rst',
805806
'type': 'markup',
806807
'wrap': true}
807-
}
808+
}
808809

809810
};
810811

0 commit comments

Comments
 (0)