summaryrefslogtreecommitdiffstats
path: root/queries/awk
Commit message (Collapse)AuthorAgeFilesLines
* fix(directive): make downcase work on capturesChristian Clason2023-08-121-7/+0
|
* feat(bash): add heredoc injectionObserverOfTime2023-08-121-2/+9
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-2/+5
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* feat(awk): highlight builtin variables & shebangObserverOfTime2023-06-251-0/+41
|
* 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