zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Disable autoclosing for single quotes #128

Open pchampin opened 6 years ago

pchampin commented 6 years ago

Single quotes are often used alone in Rust (to identify lifetimes).

However, Atom automatically insert a "closing" single-quote whenever I type a single-quote, and I need to delete that "closing" quote manually. This is quite annoying.

Would it be possible to disable this behaviour for files managed by language-rust?