Skip to content

Commit 09f19cc

Browse files
authored
Merge pull request highlightjs#28 from highlightjs/minmax
Add highlighting for type(T).min & type(T).max
2 parents e6d0eab + 167a364 commit 09f19cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function hljsDefineSolidity(hljs) {
200200
keywords: {
201201
built_in: 'gas value selector address length push pop ' +
202202
'send transfer call callcode delegatecall staticcall balance ' +
203-
'name creationCode runtimeCode interfaceId'
203+
'name creationCode runtimeCode interfaceId min max'
204204
},
205205
relevance: 2,
206206
};

0 commit comments

Comments
 (0)