nvim-treesitter/queries/dart
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(dart): add folds 2023-02-24 16:24:23 -08:00
highlights.scm refactor: Remove all (ERROR) @error captures 2023-10-25 18:18:50 +02:00
indents.scm fix(dart): update indents from upstream (#4924) 2023-06-07 20:10:54 +02:00
injections.scm chore(injections)!: update injection syntax to 0.9 2023-08-12 17:34:15 +02:00
locals.scm feat(dart): improve locals query (#4922) 2023-06-09 12:48:24 +03:00