Skip to content

Commit

Permalink
feat: update bash grammar to latest tree-sitter-bash rev (helix-edito…
Browse files Browse the repository at this point in the history
  • Loading branch information
CSergienko committed Apr 20, 2024
1 parent 4b8bcd2 commit 345e687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion runtime/queries/bash/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
">>"
"<"
"|"
(expansion_flags)
] @operator

(
Expand Down

0 comments on commit 345e687

Please sign in to comment.