Skip to content

Commit 7e3ea0e

Browse files
committed
Remove Yul functions that don't exist in Solidity assembly
1 parent 71411a8 commit 7e3ea0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

solidity.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ function hljsDefineSolidity(hljs) {
114114
'calldataload calldatasize calldatacopy codesize codecopy extcodesize extcodecopy returndatasize returndatacopy extcodehash ' +
115115
'create create2 call callcode delegatecall staticcall ' +
116116
'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',
117+
'chainid origin gasprice blockhash coinbase timestamp number difficulty gaslimit',
120118
literal:
121119
'true false'
122120
};

0 commit comments

Comments
 (0)