nvim-treesitter/queries/c
Pham Huy Hoang 107e61afb7 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.
2023-10-25 18:18:50 +02:00
..
folds.scm fix(c): add missing folds 2023-10-04 06:36:59 -04:00
highlights.scm refactor: Remove all (ERROR) @error captures 2023-10-25 18:18:50 +02:00
indents.scm fix(c)!: update C, CPP parsers and queries 2023-07-27 09:51:13 +02:00
injections.scm feat: add Doxygen 2023-08-26 04:58:36 -04:00
locals.scm lint(locals): use #set! to keep query linter happy 2023-06-22 08:39:17 +02:00