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 71411a8 commit 7e3ea0eCopy full SHA for 7e3ea0e
solidity.js
@@ -114,9 +114,7 @@ function hljsDefineSolidity(hljs) {
114
'calldataload calldatasize calldatacopy codesize codecopy extcodesize extcodecopy returndatasize returndatacopy extcodehash ' +
115
'create create2 call callcode delegatecall staticcall ' +
116
'log0 log1 log2 log3 log4 ' +
117
- 'chainid origin gasprice blockhash coinbase timestamp number difficulty gaslimit ' +
118
- //not opcodes, but builtin Yul functions
119
- 'datasize dataoffset datacopy',
+ 'chainid origin gasprice blockhash coinbase timestamp number difficulty gaslimit',
120
literal:
121
'true false'
122
};
0 commit comments