Merge pull request #151 from kupiakos/patch-1

Remove ' as an auto-closing pair for Rust
This commit is contained in:
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

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