mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #151 from kupiakos/patch-1
Remove ' as an auto-closing pair for Rust
This commit is contained in:
commit
dd73e08d19
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue