Skip to content

Commit

Permalink
update tree-sitter-erlang
Browse files Browse the repository at this point in the history
This update adds `parenthesized_expression` and `map` named nodes
which allows us to select all brackets for the rainbow queries.
  • Loading branch information
the-mikedavis committed Jun 29, 2022
1 parent ecde5c5 commit eb22a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ language-server = { command = "erlang_ls" }

[[grammar]]
name = "erlang"
source = { git = "https://github.com/the-mikedavis/tree-sitter-erlang", rev = "c0ebc82600caaf4339f2b00691f958e9df97c065" }
source = { git = "https://github.com/the-mikedavis/tree-sitter-erlang", rev = "a3093a040ca6a9d2fb6adcee70a013444398ed7a" }

[[language]]
name = "kotlin"
Expand Down

0 comments on commit eb22a60

Please sign in to comment.