aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-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 Gallegos2021-03-121-0/+1
| | | Closes #236
* feat: Add more bash queriesMike2020-12-252-0/+8
| | | | | Add missing fold queries Add "function" to keywords highlights
* remove duplication of query for numberDavid Hotham2020-12-251-6/+2
|
* match test for regexDavid Hotham2020-12-251-0/+3
|
* fixes to bash highlightingDavid Hotham2020-12-251-7/+7
|
* Bash highlights: reset highlighting in expansionStephan Seitz2020-12-141-0/+4
|
* Bash: update highlightsSantos Gallegos2020-09-191-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 groupsSantos Gallegos2020-09-131-4/+6
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387
* ci: fix wrong queriesThomas Vigouroux2020-09-111-2/+2
|
* fix bash highlightkyazdani422020-09-061-1/+1
|
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-9/+9
|
* bash: add locals.scm for use with definition highlightingTravonteD2020-07-191-0/+13
|
* add highlight queries for bashTravonteD2020-06-231-0/+110