cohama / lexima.vim

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

Add reasonml to disabled backtick rule #79

Closed akinsho closed 5 years ago

akinsho commented 5 years ago

This PR adds reason to the list of filetypes that the back tick rule and ' rule are disabled for. Reason is a syntax on top of ocaml, so requires the same rules disabled.

I've essentially copied https://github.com/cohama/lexima.vim/commit/9e90f56b25a486bdc146ec26fb16b5d50ed8f7c7 let me know if that isn't the correct approach

cohama commented 5 years ago

Thanks!