nvim-treesitter/queries/java
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
..
highlights.scm highlights: create subscoping for ternary operator 2022-12-02 21:42:11 +01:00
indents.scm Fixed incorrect Java indentation for method chaining 2022-04-04 06:58:26 +02:00
injections.scm highlights/injections/indents(java): comment -> line_comment,block_comment 2022-01-16 14:24:20 +01:00
locals.scm Update queries 2021-12-22 21:17:28 +01:00