aboutsummaryrefslogtreecommitdiffstats
path: root/queries/json/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
* chore: format queriesPhạm Huy Hoàng2024-01-211-1/+1
|
* fix(highlights): improve member/property distinctionObserverOfTime2024-01-191-1/+1
|
* chore: query formattingPham Huy Hoang2024-01-191-11/+21
|
* 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.
* queries/*/highlights.scm : remove `@spell` for stringsShellCode332023-08-071-2/+0
|
* Partially revert json highlight updatesPham Huy Hoang2023-01-221-3/+2
|
* highlights(json): conceal escaped quoteObserverOfTime2023-01-211-10/+26
|
* feat(spell): upstream spell queries from spellsitterLewis Russell2022-09-061-0/+1
|
* highlights(json): highlight ":"Stephan Seitz2022-04-101-1/+1
| | | | Fixes #2703
* highlights: conceal `"` in JSONStephan Seitz2022-03-261-0/+2
| | | | Fixes #645
* fix(highlights): add array stringsSteven Sojka2020-07-171-0/+1
|
* feat(lang): add json highlightsSteven Sojka2020-06-151-0/+13