We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d28ed5 commit dd60be1Copy full SHA for dd60be1
src/languages/solidity.js
@@ -314,6 +314,8 @@ function hljsDefineSolidity(hljs) {
314
contains: [
315
hljs.C_LINE_COMMENT_MODE,
316
hljs.C_BLOCK_COMMENT_MODE,
317
+ hljs.inherit(SOL_APOS_STRING_MODE, { className: 'meta-string' }), //going to count "memory-safe" etc as meta-strings
318
+ hljs.inherit(SOL_QUOTE_STRING_MODE, { className: 'meta-string' }),
319
hljs.inherit(SOL_ASSEMBLY_ENVIRONMENT, { //the actual *block* in the assembly section
320
begin: '{', end: '}',
321
endsParent: true,
0 commit comments