mirror of https://github.com/helix-editor/helix
update tree-sitter-elixir
The new revision handles a case that I come across often: a stab clause (i.e. '->') with an empty right hand side: Enum.map(xs, fn x -> end) The old version would parse the "end" token as an error. This is technically valid syntax but more importantly it comes up very often when editing, and the old revision would flicker between the keyword highlight and the warning highlight.pull/2096/head
parent
740f565c80
commit
8c3c90198a
Loading…
Reference in New Issue