aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rnoweb
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-123-14/+0
|
* chore: query formattingPham Huy Hoang2024-01-193-6/+4
|
* fix(rnoweb): add highlights query (#5622)Brian Albert Monroe2023-11-031-0/+1
| | | Add a placeholder highlights query files for rnoweb to enable treesitter highlighting
* 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.
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-5/+10
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* rnoweb: Use new inline/chunk distinctionBrian Albert Monroe2022-06-192-2/+5
|
* rnoweb: Add folding queries for renvBrian Albert Monroe2022-06-191-0/+3
|
* Make rnoweb injects combinedBrian Albert Monroe2022-06-191-2/+2
| | | | This helps with breaking apart latex environments
* Add rnoweb queriesBrian Albert Monroe2022-06-193-0/+6