nvim-treesitter/queries/ecma
Stephan Seitz d6a2ecb8b7 highlights: create subscoping for ternary operator
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.

Also unify the usage of `@conditional...` across languages.
2022-12-02 21:42:11 +01:00
..
folds.scm Add generator functions to ecma queries 2021-03-23 23:37:11 +01:00
highlights.scm highlights: create subscoping for ternary operator 2022-12-02 21:42:11 +01:00
indents.scm indents(ecma): make "]" @indent_end 2022-09-10 12:59:21 -07:00
injections.scm Update ecma injections to support recent additions to tree-sitter-javascript/typescript 2022-10-24 14:27:14 -07:00
locals.scm Use @definition.function for method & func definitions 2022-05-14 20:35:09 +02:00