Skip to content

Commit

Permalink
enh(cpp) add numbers to preprocessor scope
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 20, 2023
1 parent a832789 commit a3c84ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/cpp.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default function(hljs) {
begin: /\\\n/,
relevance: 0
},
NUMBERS,
hljs.inherit(STRINGS, { className: 'string' }),
{
className: 'string',
Expand Down

0 comments on commit a3c84ee

Please sign in to comment.