| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(directive): make downcase work on captures | Christian Clason | 2023-08-12 | 1 | -7/+0 |
| | | |||||
| * | feat(bash): add heredoc injection | ObserverOfTime | 2023-08-12 | 1 | -2/+9 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -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 & shebang | ObserverOfTime | 2023-06-25 | 1 | -0/+41 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -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 awk | ObserverOfTime | 2022-11-16 | 2 | -0/+156 |
