insert_quotes

Function insert_quotes 

Source
pub fn insert_quotes<Store>(
    core: &mut TextCore<Store>,
    sel: TextRange,
    c: char,
) -> Result<bool, TextError>
where Store: TextStore + Default,
Expand description

Auto-quote the selected text.