Skip to content

Commit

Permalink
Update bash tree sitter (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
joezak11 authored Apr 1, 2022
1 parent 85c23b3 commit deb7ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "bash"
source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "a8eb5cb57c66f74c63ab950de081207cccf52017" }
source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "275effdfc0edce774acf7d481f9ea195c6c403cd" }

[[language]]
name = "php"
Expand Down
1 change: 1 addition & 0 deletions runtime/queries/bash/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
">>"
"<"
"|"
(expansion_flags)
] @operator

(
Expand Down

0 comments on commit deb7ee6

Please sign in to comment.