Skip to content

Commit a292682

Browse files
authored
Merge pull request #59 from highlightjs/asm-0810
Add highlighting for .address & .selector in Solidity assembly
2 parents 1ffb9e3 + b67612a commit a292682

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
@@ -194,7 +194,7 @@ function hljsDefineSolidity(hljs) {
194194
excludeBegin: true,
195195
excludeEnd: true,
196196
keywords: {
197-
built_in: 'slot offset length'
197+
built_in: 'slot offset length address selector'
198198
},
199199
relevance: 2,
200200
};

0 commit comments

Comments
 (0)