aboutsummaryrefslogtreecommitdiffstats
path: root/queries/json5/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
* chore: query formattingPham Huy Hoang2024-01-191-1/+1
|
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-2/+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.
* fix(json5): update queries from upstreamPham Huy Hoang2023-10-061-3/+3
|
* feat: @spell on commentsJaehwang Jung2023-09-121-1/+1
|
* Reorder json5 queriesJoaquín León2021-08-301-3/+3
|
* Add support for json5Joakker2021-08-251-0/+17