Kaynağa Gözat

Merge pull request #151 from kupiakos/patch-1

Remove ' as an auto-closing pair for Rust
Henning Dieterichs 4 yıl önce
ebeveyn
işleme
dd73e08d19
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      src/rust/rust.ts

+ 0 - 1
src/rust/rust.ts

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