summaryrefslogtreecommitdiff
path: root/test/indent/elixir
AgeCommit message (Collapse)Author
2021-06-06Event better tests for commentsDmitry Matveyev
2021-06-06Better comment inserting tests and fix implementationDmitry Matveyev
2021-06-06Add more tests for "do" auto-insertDmitry Matveyev
2021-06-06Fix elixir copying comment # signDmitry Matveyev
Elixir uses # for comments, not --. Implementation is copied from Nim.
2021-06-06Add auto-inserting of "end" keyword to ElixirDmitry Matveyev
fixup! Add auto-inserting of "end" keyword to Elixir