Support triple mustache as brackets

This commit is contained in:
Kazuhito Yokoi 2024-01-13 16:28:36 +09:00 committed by GitHub
parent 698e0ecafd
commit 0448cc76b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ export const conf: languages.LanguageConfiguration = {
brackets: [
['<!--', '-->'],
['<', '>'],
['{{{', '}}}'],
['{{', '}}'],
['{', '}'],
['(', ')']