Skip to content

Commit 3cd7379

Browse files
authored
Merge pull request #61 from highlightjs/updates-0811
Update syntax highlighting for Solidity 0.8.11
2 parents d9da6f3 + b844f75 commit 3cd7379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/solidity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function hljsDefineSolidity(hljs) {
239239
makeBuiltinProps('msg', 'gas value data sender sig'),
240240
makeBuiltinProps('block', 'blockhash coinbase difficulty gaslimit basefee number timestamp chainid'),
241241
makeBuiltinProps('tx', 'gasprice origin'),
242-
makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature'),
242+
makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature encodeCall'),
243243
makeBuiltinProps('bytes', 'concat'),
244244
SOL_RESERVED_MEMBERS,
245245
{ // contracts & libraries & interfaces

0 commit comments

Comments
 (0)