We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c76970 + e47c97e commit 0e4d52eCopy full SHA for 0e4d52e
src/emacs_wrapper.rs
@@ -123,7 +123,7 @@ fn make_option() -> Result<Options> {
123
force_balance: false,
124
return_parens: false,
125
comment_char: ';',
126
- string_delimiters: Vec::new(),
+ string_delimiters: vec!["\"".to_string()],
127
lisp_vline_symbols: false,
128
lisp_block_comments: false,
129
guile_block_comments: false,
@@ -159,7 +159,7 @@ fn new_options(
159
160
161
162
163
164
165
0 commit comments