Skip to content

Commit

Permalink
fix(c++): add aliases 'hh', 'hxx', 'cxx' (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
RachamimYaakobov authored and marcoscaceres committed Apr 13, 2019
1 parent cd73c87 commit 2b46620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/cpp.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function(hljs) {
];

return {
aliases: ['c', 'cc', 'h', 'c++', 'h++', 'hpp'],
aliases: ['c', 'cc', 'h', 'c++', 'h++', 'hpp', 'hh', 'hxx', 'cxx'],
keywords: CPP_KEYWORDS,
illegal: '</',
contains: EXPRESSION_CONTAINS.concat([
Expand Down

0 comments on commit 2b46620

Please sign in to comment.