nvim-treesitter/queries/python
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 python(folds): fold whole functions not only body 2022-05-15 19:14:52 +02:00
highlights.scm refactor: Remove all (ERROR) @error captures 2023-10-25 18:18:50 +02:00
indents.scm Add Python else elif dedent (#4618) 2023-04-29 10:35:35 +02:00
injections.scm fix(python): right content for regex injection 2023-08-16 12:25:51 -04:00
locals.scm locals(python): adapt as_pattern to upstream change 2022-02-07 22:36:46 +01:00