Restructure autoclosing to account for multi-language documents

This commit is contained in:
Max Brunsfeld 2022-09-09 17:40:34 -07:00
parent 67e188a015
commit 2b0794f5ae
2 changed files with 281 additions and 293 deletions

View file

@ -1,6 +1,6 @@
name = "HTML"
path_suffixes = ["html"]
autoclose_before = ">"
autoclose_before = ">})"
brackets = [
{ start = "<", end = ">", close = true, newline = true },
{ start = "{", end = "}", close = true, newline = true },