aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash
Commit message (Collapse)AuthorAgeFilesLines
* injections: add more regex injectionsObserverOfTime2022-11-271-0/+2
|
* fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)ギャラ2022-10-231-1/+1
|
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-0/+3
|
* highlights(bash): add all signal namesObserverOfTime2022-10-151-1/+3
|
* feat(spell): support more languagesLewis Russell2022-09-261-2/+2
|
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-1/+1
|
* highlights(bash): add more builtinsadrian52022-04-041-2/+2
|
* highlights(bash): add operators ">>", "<<"Stephan Seitz2022-03-161-0/+2
|
* folds(bash): fold at `c_style_for_statement`Stephan Seitz2022-01-091-0/+1
|
* highlights(bash): add `[[` `]]`lucy2021-12-141-0/+2
|
* highlights(bash): add process substitutionlucy2021-12-141-0/+3
|
* highlights(bash): highlight "((" "))"Stephan Seitz2021-11-281-0/+2
|
* Prefer lua-match over matchLewis Russell2021-11-231-2/+2
| | | | as string.find is much quicker than vim.regex:match*
* Use `@keyword.function` consistentlySergio Alejandro Vargas2021-07-061-1/+2
|
* Use #any-of? instead of #match? where posibleJoakker2021-06-251-1/+3
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* 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