Start work on toggling block comments for HTML
This commit is contained in:
parent
218ba81013
commit
d9fb8c90d8
3 changed files with 240 additions and 87 deletions
|
@ -8,3 +8,5 @@ brackets = [
|
|||
{ start = "\"", end = "\"", close = true, newline = false },
|
||||
{ start = "!--", end = " --", close = true, newline = false },
|
||||
]
|
||||
|
||||
block_comment = ["<!-- ", " -->"]
|
Loading…
Add table
Add a link
Reference in a new issue