aboutsummaryrefslogtreecommitdiffstats
path: root/queries/json
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-124-56/+0
|
* 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
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-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.
* queries/*/highlights.scm : remove `@spell` for stringsShellCode332023-08-071-2/+0
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-2/+2
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* 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
* Json: update foldsSantos Gallegos2021-02-131-0/+1
| | | | Allow to fold mappings.
* feat: added more indent querieselianiva2021-01-141-0/+9
|
* added query enhancementsBrian Shu2021-01-121-0/+4
| | | | | | added toml added alternation
* feat: added more fold querieselianiva2021-01-041-0/+4
|
* fix(highlights): add array stringsSteven Sojka2020-07-171-0/+1
|
* feat(lang): add json highlightsSteven Sojka2020-06-151-0/+13