Remove ' as an auto-closing pair for Rust
They're bad for Rust lifetimes. Fixes https://github.com/microsoft/monaco-editor/issues/2585.pull/2748/head
parent
c60db94932
commit
f3cb047e98
|
@ -19,7 +19,6 @@ export const conf: languages.LanguageConfiguration = {
|
|||
{ open: '[', close: ']' },
|
||||
{ open: '{', close: '}' },
|
||||
{ open: '(', close: ')' },
|
||||
{ open: "'", close: "'", notIn: ['string', 'comment'] },
|
||||
{ open: '"', close: '"', notIn: ['string'] }
|
||||
],
|
||||
surroundingPairs: [
|
||||
|
|
Loading…
Reference in New Issue