nvim-treesitter/queries/lua
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 feat(lua)!: switch from our fork to MunifTanjim's (#2272) 2022-01-18 22:15:26 +01:00
highlights.scm refactor: Remove all (ERROR) @error captures 2023-10-25 18:18:50 +02:00
indents.scm use indent.X syntax for captures and properties of set directives 2023-03-24 13:07:53 -04:00
injections.scm injections(lua): add vim highlights to api funcs (#5404) 2023-09-16 19:08:08 +09:00
locals.scm locals(lua): fix directive not applying 2022-10-17 08:21:55 +02:00