giallo-kak 0.2.2

Kakoune syntax highlighter using TextMate grammars
1
2
3
pub fn kak_quote(input: &str) -> String {
    input.replace('\'', "''")
}