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.
2 parents 37cbbca + 0e22524 commit aab1f66Copy full SHA for aab1f66
src/languages/solidity.js
@@ -241,6 +241,7 @@ function hljsDefineSolidity(hljs) {
241
makeBuiltinProps('tx', 'gasprice origin'),
242
makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature encodeCall'),
243
makeBuiltinProps('bytes', 'concat'),
244
+ makeBuiltinProps('string', 'concat'),
245
SOL_RESERVED_MEMBERS,
246
{ // contracts & libraries & interfaces
247
className: 'class',
0 commit comments