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 e6d0eab + 167a364 commit 09f19ccCopy full SHA for 09f19cc
solidity.js
@@ -200,7 +200,7 @@ function hljsDefineSolidity(hljs) {
200
keywords: {
201
built_in: 'gas value selector address length push pop ' +
202
'send transfer call callcode delegatecall staticcall balance ' +
203
- 'name creationCode runtimeCode interfaceId'
+ 'name creationCode runtimeCode interfaceId min max'
204
},
205
relevance: 2,
206
};
0 commit comments