cohama / lexima.vim

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

Add endwise rules for julia #82

Closed yuntan closed 5 years ago

yuntan commented 5 years ago

This PR adds julia to the list of endwise rules. Julia has syntax look like ruby, so requires similar rules to ruby.

I've essentially copied endwise rules of ruby with some modifications.

cohama commented 5 years ago

Thank!

I ask a julia expert about this PR and he said keywords described bellow are also used as block statement in julia

cohama commented 5 years ago

Great! Thanks!

yuntan commented 5 years ago

Thank you!