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
Alyssa Haroldsen 2021-07-23 18:08:15 -07:00 committed by GitHub
parent c60db94932
commit f3cb047e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: [