highlightjs / highlightjs-solidity

Do What The F*ck You Want To Public License
48 stars 17 forks source link

Add highlighting for .address & .selector in Solidity assembly #59

Closed haltman-at closed 2 years ago

haltman-at commented 2 years ago

Solidity 0.8.10 adds the syntax x.address and x.selector when in a Solidity assembly block. So, adding highlighting for those here.