| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Remove all `(ERROR) @error` captures | Pham Huy Hoang | 2023-10-25 | 1 | -3/+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: @spell on comments | Jaehwang Jung | 2023-09-12 | 1 | -1/+1 |
| | | |||||
| * | feat(jsonnet): update parser and queries | Jeroen Op 't Eynde | 2023-08-25 | 3 | -54/+110 |
| | | |||||
| * | feat: update jsonnet queries | Cezary Drożak | 2023-08-17 | 1 | -33/+29 |
| | | |||||
| * | feat(jsonnet): add "for" & "function", update operator highlights | Hoang Nguyen | 2023-06-08 | 1 | -2/+22 |
| | | | | | `expr` -> `operator` doesn't exist in the node tree anymore after https://github.com/sourcegraph/tree-sitter-jsonnet/commit/505f5bd90053ae895aa3d6f2bac8071dd9abd8b2 | ||||
| * | feat: add jsonnet | Cezary Drożak | 2022-09-10 | 1 | -0/+76 |
