aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use `@keyword.function` consistentlySergio Alejandro Vargas2021-07-061-1/+2
* Use #any-of? instead of #match? where posibleJoakker2021-06-251-1/+3
* feat: Add more bash queriesMike2020-12-251-0/+1
* 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
* Bash: fix hl capture groupsSantos Gallegos2020-09-131-4/+6
* 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
* add highlight queries for bashTravonteD2020-06-231-0/+110