refactor: Remove all (ERROR) @error captures

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.
This commit is contained in:
Pham Huy Hoang 2023-10-25 16:45:14 +09:00 committed by Christian Clason
parent 44762abc90
commit 107e61afb7
80 changed files with 0 additions and 215 deletions

View file

@ -29,5 +29,3 @@
(breaking_change (value) @text @spell)
(scissor) @comment
(ERROR) @error