mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat: update bash grammar to latest tree-sitter-bash rev (#10526)
This commit is contained in:
parent
4b8bcd2773
commit
345e687573
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue