mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Support triple mustache as brackets
This commit is contained in:
parent
698e0ecafd
commit
0448cc76b1
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ export const conf: languages.LanguageConfiguration = {
|
|||
brackets: [
|
||||
['<!--', '-->'],
|
||||
['<', '>'],
|
||||
['{{{', '}}}'],
|
||||
['{{', '}}'],
|
||||
['{', '}'],
|
||||
['(', ')']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue