summaryrefslogtreecommitdiffstats
path: root/queries/solidity
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-4/+0
| | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries.
* feat: add solidity foldsMeet Mangukiya2023-10-211-0/+20
|
* solidity: Update highlights.scm (#5453)zeroknots2023-09-271-0/+1
| | | | | https://soliditylang.org/blog/2021/04/21/custom-errors/ error keyword was introduced in 0.8.4
* fix(solidity): variable should not match last, tidy up highlightsAmaan Qureshi2023-04-251-22/+20
|
* fix: revert for solidityZhizhen He2023-03-211-2/+2
|
* docs: fix typoZhizhen He2023-03-211-2/+2
|
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+8
|
* feat(solidity): use maintained parser and update highlights accordinglyAmaan Qureshi2023-02-241-89/+129
|
* docs: fix typosdundargoc2023-02-231-1/+1
|
* highlights(solidity): use more specific groupsObserverOfTime2022-11-261-19/+24
|
* highlights(solidity): use `@function.call`/`@method.call`Stephan Seitz2022-09-111-3/+3
|
* Refactor solidity highlights.scm furtherYongJieYongJie2022-03-111-19/+30
| | | | | | - Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members
* Refactor solidity highlights.scmYongJieYongJie2022-03-111-14/+22
| | | | | | - Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]')
* Add highlights query for SolidityYongJieYongJie2022-03-111-0/+193