mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
feat: update bash grammar to latest tree-sitter-bash rev (#10526)
This commit is contained in:
parent
4b8bcd2773
commit
345e687573
@ -936,7 +936,7 @@ indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "bash"
|
||||
source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "275effdfc0edce774acf7d481f9ea195c6c403cd" }
|
||||
source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "f8fb3274f72a30896075585b32b0c54cad65c086" }
|
||||
|
||||
[[language]]
|
||||
name = "php"
|
||||
|
@ -60,7 +60,6 @@
|
||||
">>"
|
||||
"<"
|
||||
"|"
|
||||
(expansion_flags)
|
||||
] @operator
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user