index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
bash
Age
Commit message (
Expand
)
Author
2022-10-23
fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)
ギャラ
2022-10-15
highlights: use @preproc where appropriate
ObserverOfTime
2022-10-15
highlights(bash): add all signal names
ObserverOfTime
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-08-03
Split func/method definition from calls in several programming language queries
lfenzo
2022-04-04
highlights(bash): add more builtins
adrian5
2022-03-16
highlights(bash): add operators ">>", "<<"
Stephan Seitz
2022-01-09
folds(bash): fold at `c_style_for_statement`
Stephan Seitz
2021-12-14
highlights(bash): add `[[` `]]`
lucy
2021-12-14
highlights(bash): add process substitution
lucy
2021-11-28
highlights(bash): highlight "((" "))"
Stephan Seitz
2021-11-23
Prefer lua-match over match
Lewis Russell
2021-07-06
Use `@keyword.function` consistently
Sergio Alejandro Vargas
2021-06-25
Use #any-of? instead of #match? where posible
Joakker
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2020-12-25
feat: Add more bash queries
Mike
2020-12-25
remove duplication of query for number
David Hotham
2020-12-25
match test for regex
David Hotham
2020-12-25
fixes to bash highlighting
David Hotham
2020-12-14
Bash highlights: reset highlighting in expansion
Stephan Seitz
2020-09-19
Bash: update highlights
Santos Gallegos
2020-09-13
Bash: fix hl capture groups
Santos Gallegos
2020-09-11
ci: fix wrong queries
Thomas Vigouroux
2020-09-06
fix bash highlight
kyazdani42
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-07-19
bash: add locals.scm for use with definition highlighting
TravonteD
2020-06-23
add highlight queries for bash
TravonteD