nvim-treesitter/tests/query/highlights
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
..
bash highlights(bash): highlight "((" "))" 2021-11-28 15:01:24 +01:00
c highlights(c/cpp): highlight case labels as constants 2022-01-29 13:11:56 +01:00
cpp test(highlights/cpp): add new test for auto as type.builtin. 2022-12-01 15:08:07 +01:00
ecma highlights(ecma): add pair_pattern punctuation.delimiter 2022-10-17 14:37:36 -07:00
fusion highlights: create subscoping for ternary operator 2022-12-02 21:42:11 +01:00
gitattributes highlights(gitattributes): fix captures 2022-11-26 13:17:51 +02:00
gleam highlights(gleam): use more specific groups 2022-11-26 13:17:51 +02:00
hack highlights(hack): fix captures 2022-11-26 13:17:51 +02:00
hocon add highlights tests 2022-01-16 14:59:39 +01:00
lua feat!: remove obsolete TS* highlight groups 2022-10-16 15:50:55 +02:00
markdown feat!: remove obsolete TS* highlight groups 2022-10-16 15:50:55 +02:00
pascal highlights(Pascal): Fix highlighting of types 2022-01-05 20:59:26 +01:00
prisma test(prisma): add initial test 2021-11-28 00:36:24 +01:00
python Python: highlight future import (#2936) 2022-05-13 21:46:06 +00:00
rust highlights(rust): distinguish between "for" in loops and impl_item 2022-10-15 04:02:20 -07:00
solidity highlights(solidity): use more specific groups 2022-11-26 13:17:51 +02:00
tiger highlights(tiger): fix captures 2022-11-26 13:17:51 +02:00
typescript highlights(typescript): Fix as highlight 2022-11-25 00:34:25 +01:00
xhp-intro.hack highlights(hack): fix captures 2022-11-26 13:17:51 +02:00