| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use `@keyword.function` consistently | Sergio Alejandro Vargas | 2021-07-06 | 1 | -1/+2 |
| | | |||||
| * | Use #any-of? instead of #match? where posible | Joakker | 2021-06-25 | 1 | -1/+3 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | feat: Add more bash queries | Mike | 2020-12-25 | 2 | -0/+8 |
| | | | | | | Add missing fold queries Add "function" to keywords highlights | ||||
| * | remove duplication of query for number | David Hotham | 2020-12-25 | 1 | -6/+2 |
| | | |||||
| * | match test for regex | David Hotham | 2020-12-25 | 1 | -0/+3 |
| | | |||||
| * | fixes to bash highlighting | David Hotham | 2020-12-25 | 1 | -7/+7 |
| | | |||||
| * | Bash highlights: reset highlighting in expansion | Stephan Seitz | 2020-12-14 | 1 | -0/+4 |
| | | |||||
| * | Bash: update highlights | Santos Gallegos | 2020-09-19 | 1 | -7/+10 |
| | | | | | | | | | | Following some of our conventions and some bits from atom https://github.com/atom/language-shellscript/blob/master/grammars/tree-sitter-bash.cson: - Uppercase var are constants - `$` is a special symbol, not part of the name - Builtin constants and functions | ||||
| * | Bash: fix hl capture groups | Santos Gallegos | 2020-09-13 | 1 | -4/+6 |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387 | ||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -2/+2 |
| | | |||||
| * | fix bash highlight | kyazdani42 | 2020-09-06 | 1 | -1/+1 |
| | | |||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -9/+9 |
| | | |||||
| * | bash: add locals.scm for use with definition highlighting | TravonteD | 2020-07-19 | 1 | -0/+13 |
| | | |||||
| * | add highlight queries for bash | TravonteD | 2020-06-23 | 1 | -0/+110 |
