Commit graph

5 commits

Author SHA1 Message Date
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
ObserverOfTime
bedc763361 highlights(meson): fix captures
Co-Authored-By: ShootingStarDragons <ShootingStarDragons@protonmail.com>
2022-11-26 13:17:51 +02:00
Ananda Umamil
9b13872f19 highlights(meson): delimiter and operatorunit 2022-09-08 03:42:59 -07:00
ShootingStarDragons
d50ded1471 chore(meson): add injections for meson
add comment as injections as other languages like bash

Log: add injections for meson
2022-08-27 01:35:47 -07:00
ShootingStarDragons
d4ca2c6791 feat(meson): add support for meson
Log: meson build
2022-08-26 11:55:16 -07:00