Add more filetypes for some autopairs

This commit is contained in:
Simo Soini 2025-06-17 11:28:37 +03:00
parent 83f447d445
commit 563f568bd0
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ return {
end)) end))
end end
rule2('{', '%', '}', 'html') rule2('{', '%', '}', { 'html', 'htmldjango', 'jinja' })
rule2('{%', ' ', '%}', 'html') rule2('{%', ' ', '%}', { 'html', 'htmldjango', 'jinja' })
rule2('{', ':', '}', 'norg') rule2('{', ':', '}', 'norg')
rule2('(', ' ', ')') rule2('(', ' ', ')')
rule2('[', ' ', ']') rule2('[', ' ', ']')