Expand word characters for html and css

This commit is contained in:
Kirill Bulatov 2023-08-22 12:41:59 +03:00
parent 007d1b09ac
commit a35b3f39c5
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string", "comment"] },
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
]
word_characters = ["-"]

View file

@ -10,3 +10,4 @@ brackets = [
{ start = "<", end = ">", close = true, newline = true, not_in = ["comment", "string"] },
{ start = "!--", end = " --", close = true, newline = false, not_in = ["comment", "string"] },
]
word_characters = ["-"]