lucy
|
be741e2568
|
highlights(bash): add [[ ]]
|
2021-12-14 19:31:21 +01:00 |
|
lucy
|
4871b2b440
|
highlights(bash): add process substitution
|
2021-12-14 19:31:21 +01:00 |
|
Stephan Seitz
|
28cc92a2f6
|
highlights(bash): highlight "((" "))"
|
2021-11-28 15:01:24 +01:00 |
|
Lewis Russell
|
011ac894ec
|
Prefer lua-match over match
as string.find is much quicker than vim.regex:match*
|
2021-11-23 10:02:06 +01:00 |
|
Sergio Alejandro Vargas
|
820b4a9c21
|
Use @keyword.function consistently
|
2021-07-06 00:53:40 +02:00 |
|
Joakker
|
c699cc2e47
|
Use #any-of? instead of #match? where posible
|
2021-06-25 00:22:48 +02:00 |
|
Mike
|
98fba24acf
|
feat: Add more bash queries
Add missing fold queries
Add "function" to keywords highlights
|
2020-12-25 15:56:27 +01:00 |
|
David Hotham
|
35dec1ceeb
|
remove duplication of query for number
|
2020-12-25 15:56:06 +01:00 |
|
David Hotham
|
0c19049023
|
match test for regex
|
2020-12-25 15:56:06 +01:00 |
|
David Hotham
|
026314f2a9
|
fixes to bash highlighting
|
2020-12-25 15:56:06 +01:00 |
|
Stephan Seitz
|
b4d91a340e
|
Bash highlights: reset highlighting in expansion
|
2020-12-14 07:38:38 +01:00 |
|
Santos Gallegos
|
76c00934a6
|
Bash: update highlights
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-19 13:33:05 +02:00 |
|
Santos Gallegos
|
fe06e6fbec
|
Bash: fix hl capture groups
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/387
|
2020-09-13 17:55:37 +02:00 |
|
Thomas Vigouroux
|
b90e520ccd
|
ci: fix wrong queries
|
2020-09-11 12:02:35 +02:00 |
|
kyazdani42
|
15b182b2a9
|
fix bash highlight
|
2020-09-06 17:59:16 +02:00 |
|
Steven Sojka
|
ce43dbf54c
|
fix(queries): use vim-match for non lua regexes
|
2020-08-16 18:31:56 +02:00 |
|
TravonteD
|
51a52b85cf
|
add highlight queries for bash
|
2020-06-23 16:15:19 +02:00 |
|