Skip to content

Commit aab1f66

Browse files
authored
Merge pull request #63 from highlightjs/update-0812
Add highlighting for string.concat
2 parents 37cbbca + 0e22524 commit aab1f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/solidity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ function hljsDefineSolidity(hljs) {
241241
makeBuiltinProps('tx', 'gasprice origin'),
242242
makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature encodeCall'),
243243
makeBuiltinProps('bytes', 'concat'),
244+
makeBuiltinProps('string', 'concat'),
244245
SOL_RESERVED_MEMBERS,
245246
{ // contracts & libraries & interfaces
246247
className: 'class',

0 commit comments

Comments
 (0)