This commit is contained in:
Kazuhito Yokoi 2025-12-20 08:34:11 +01:00 committed by GitHub
commit 4cbd8716d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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