Merge pull request #151 from kupiakos/patch-1

Remove ' as an auto-closing pair for Rust
pull/2748/head
Henning Dieterichs 2021-08-16 11:25:46 +02:00 committed by GitHub
commit dd73e08d19
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: [