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
|
45a1c3998d
|
bash: add locals.scm for use with definition highlighting
|
2020-07-19 22:16:00 +02:00 |
|
TravonteD
|
51a52b85cf
|
add highlight queries for bash
|
2020-06-23 16:15:19 +02:00 |
|