aboutsummaryrefslogtreecommitdiffstats
path: root/queries/awk
Commit message (Collapse)AuthorAgeFilesLines
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-1/+1
| | | | | | | | | | 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.
* feat: add awkObserverOfTime2022-11-162-0/+156