summaryrefslogtreecommitdiff
path: root/queries/bash/highlights.scm
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
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
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-06-23add highlight queries for bashTravonteD