| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-23 | fix(bash): Rename ansii_c_string to ansi_c_string. (#3702) | ギャラ | |
| 2022-10-15 | highlights: use @preproc where appropriate | ObserverOfTime | |
| 2022-10-15 | highlights(bash): add all signal names | ObserverOfTime | |
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-04-04 | highlights(bash): add more builtins | adrian5 | |
| 2022-03-16 | highlights(bash): add operators ">>", "<<" | Stephan Seitz | |
| 2022-01-09 | folds(bash): fold at `c_style_for_statement` | Stephan Seitz | |
| 2021-12-14 | highlights(bash): add `[[` `]]` | lucy | |
| 2021-12-14 | highlights(bash): add process substitution | lucy | |
| 2021-11-28 | highlights(bash): highlight "((" "))" | Stephan Seitz | |
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-07-06 | Use `@keyword.function` consistently | Sergio Alejandro Vargas | |
| 2021-06-25 | Use #any-of? instead of #match? where posible | Joakker | |
| 2021-05-07 | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | |
| This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||
| 2021-04-28 | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | |
| * 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 | |||
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2020-12-25 | feat: Add more bash queries | Mike | |
| Add missing fold queries Add "function" to keywords highlights | |||
| 2020-12-25 | remove duplication of query for number | David Hotham | |
| 2020-12-25 | match test for regex | David Hotham | |
| 2020-12-25 | fixes to bash highlighting | David Hotham | |
| 2020-12-14 | Bash highlights: reset highlighting in expansion | Stephan Seitz | |
| 2020-09-19 | Bash: update highlights | Santos Gallegos | |
| 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 | |||
| 2020-09-13 | Bash: fix hl capture groups | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387 | |||
| 2020-09-11 | ci: fix wrong queries | Thomas Vigouroux | |
| 2020-09-06 | fix bash highlight | kyazdani42 | |
| 2020-08-16 | fix(queries): use vim-match for non lua regexes | Steven Sojka | |
| 2020-07-19 | bash: add locals.scm for use with definition highlighting | TravonteD | |
| 2020-06-23 | add highlight queries for bash | TravonteD | |
