elixir-tools / spitfire

Error tolerant parser for Elixir
https://www.elixir-tools.dev
MIT License
69 stars 7 forks source link

feat: handle access syntax on multiple lines #10

Closed lucacervello closed 6 months ago

lucacervello commented 6 months ago

Spitfire doesn't handle

foo[
  :bar
]
mhanberg commented 6 months ago

@lucacervello can you rebase on main so that CI will run?

mhanberg commented 6 months ago

I rebased it