cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

Add Elixir endwise rules #54

Closed hauleth closed 8 years ago

hauleth commented 8 years ago

It should be simple as almost all needed end entries happen after do.

cohama commented 8 years ago

Added. (import from ruby's rule) Please try elixir-endwise-rule branch.

Since I have not written Elixir, I don't know whether this rule is correct or not.

hauleth commented 8 years ago

Seems ok, but part \%(\s*|.*|\)\? is unneeded in Elixir as it is invalid syntax.

cohama commented 8 years ago

Thank you for reviewing. I have fixed it and merged it to the master branch!