Start work on toggling block comments for HTML

This commit is contained in:
Max Brunsfeld 2022-10-04 17:27:03 -07:00
parent 218ba81013
commit d9fb8c90d8
3 changed files with 240 additions and 87 deletions

View file

@ -8,3 +8,5 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false },
{ start = "!--", end = " --", close = true, newline = false },
]
block_comment = ["<!-- ", " -->"]