| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Remove all `(ERROR) @error` captures | Pham Huy Hoang | 2023-10-25 | 1 | -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 folds | Meet Mangukiya | 2023-10-21 | 1 | -0/+20 |
| | | |||||
| * | solidity: Update highlights.scm (#5453) | zeroknots | 2023-09-27 | 1 | -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 highlights | Amaan Qureshi | 2023-04-25 | 1 | -22/+20 |
| | | |||||
| * | fix: revert for solidity | Zhizhen He | 2023-03-21 | 1 | -2/+2 |
| | | |||||
| * | docs: fix typo | Zhizhen He | 2023-03-21 | 1 | -2/+2 |
| | | |||||
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -0/+8 |
| | | |||||
| * | feat(solidity): use maintained parser and update highlights accordingly | Amaan Qureshi | 2023-02-24 | 1 | -89/+129 |
| | | |||||
| * | docs: fix typos | dundargoc | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | highlights(solidity): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -19/+24 |
| | | |||||
| * | highlights(solidity): use `@function.call`/`@method.call` | Stephan Seitz | 2022-09-11 | 1 | -3/+3 |
| | | |||||
| * | Refactor solidity highlights.scm further | YongJieYongJie | 2022-03-11 | 1 | -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.scm | YongJieYongJie | 2022-03-11 | 1 | -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 Solidity | YongJieYongJie | 2022-03-11 | 1 | -0/+193 |
