mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Mark ( ) as auto closing pair in MDX
This is nice for writing content.
This commit is contained in:
parent
dbf74268d3
commit
d4ea5f53f1
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export const conf: languages.LanguageConfiguration = {
|
|||
{ open: '‘', close: '’' },
|
||||
{ open: '`', close: '`' },
|
||||
{ open: '{', close: '}' },
|
||||
{ open: '(', close: ')' },
|
||||
{ open: '_', close: '_' },
|
||||
{ open: '**', close: '**' },
|
||||
{ open: '<', close: '>' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue