pub fn insert_quotes<Store>( core: &mut TextCore<Store>, sel: TextRange, c: char, ) -> Result<bool, TextError>where Store: TextStore + Default,
Auto-quote the selected text.