feat: update bash grammar to latest tree-sitter-bash rev (#10526)

pull/10532/head
Chris Sergienko 2 months ago committed by GitHub
parent 4b8bcd2773
commit 345e687573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -936,7 +936,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]] [[grammar]]
name = "bash" 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]] [[language]]
name = "php" name = "php"

@ -60,7 +60,6 @@
">>" ">>"
"<" "<"
"|" "|"
(expansion_flags)
] @operator ] @operator
( (

Loading…
Cancel
Save