summaryrefslogtreecommitdiff
path: root/tests/query/highlights/solidity
AgeCommit message (Collapse)Author
2022-03-11Refactor solidity highlights.scm furtherYongJieYongJie
- Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members
2022-03-11Refactor solidity highlights.scmYongJieYongJie
- Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]')
2022-03-11Add highlights query for SolidityYongJieYongJie