summaryrefslogtreecommitdiffstats
path: root/queries/jsonnet
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-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 commentsJaehwang Jung2023-09-121-1/+1
|
* feat(jsonnet): update parser and queriesJeroen Op 't Eynde2023-08-253-54/+110
|
* feat: update jsonnet queriesCezary Drożak2023-08-171-33/+29
|
* feat(jsonnet): add "for" & "function", update operator highlightsHoang Nguyen2023-06-081-2/+22
| | | | `expr` -> `operator` doesn't exist in the node tree anymore after https://github.com/sourcegraph/tree-sitter-jsonnet/commit/505f5bd90053ae895aa3d6f2bac8071dd9abd8b2
* feat: add jsonnetCezary Drożak2022-09-101-0/+76