Restructure autoclosing to account for multi-language documents
This commit is contained in:
parent
67e188a015
commit
2b0794f5ae
2 changed files with 281 additions and 293 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue