mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Remove ' as an auto-closing pair for Rust
They're bad for Rust lifetimes. Fixes https://github.com/microsoft/monaco-editor/issues/2585.
This commit is contained in:
parent
c60db94932
commit
f3cb047e98
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: '}' },
|
||||||
{ open: '(', close: ')' },
|
{ open: '(', close: ')' },
|
||||||
{ open: "'", close: "'", notIn: ['string', 'comment'] },
|
|
||||||
{ open: '"', close: '"', notIn: ['string'] }
|
{ open: '"', close: '"', notIn: ['string'] }
|
||||||
],
|
],
|
||||||
surroundingPairs: [
|
surroundingPairs: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue