summaryrefslogtreecommitdiff
path: root/queries/bash
AgeCommit message (Collapse)Author
2022-10-23fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)ギャラ
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-10-15highlights(bash): add all signal namesObserverOfTime
2022-09-26feat(spell): support more languagesLewis Russell
2022-08-03Split func/method definition from calls in several programming language querieslfenzo
2022-04-04highlights(bash): add more builtinsadrian5
2022-03-16highlights(bash): add operators ">>", "<<"Stephan Seitz
2022-01-09folds(bash): fold at `c_style_for_statement`Stephan Seitz
2021-12-14highlights(bash): add `[[` `]]`lucy
2021-12-14highlights(bash): add process substitutionlucy
2021-11-28highlights(bash): highlight "((" "))"Stephan Seitz
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-07-06Use `@keyword.function` consistentlySergio Alejandro Vargas
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: 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-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2020-12-25feat: Add more bash queriesMike
Add missing fold queries Add "function" to keywords highlights
2020-12-25remove duplication of query for numberDavid Hotham
2020-12-25match test for regexDavid Hotham
2020-12-25fixes to bash highlightingDavid Hotham
2020-12-14Bash highlights: reset highlighting in expansionStephan Seitz
2020-09-19Bash: update highlightsSantos 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-13Bash: fix hl capture groupsSantos Gallegos
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-09-06fix bash highlightkyazdani42
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-07-19bash: add locals.scm for use with definition highlightingTravonteD
2020-06-23add highlight queries for bashTravonteD