Expand word characters for html and css
This commit is contained in:
parent
007d1b09ac
commit
a35b3f39c5
2 changed files with 2 additions and 0 deletions
|
@ -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"] },
|
||||||
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
||||||
]
|
]
|
||||||
|
word_characters = ["-"]
|
||||||
|
|
|
@ -10,3 +10,4 @@ brackets = [
|
||||||
{ start = "<", end = ">", close = true, newline = true, not_in = ["comment", "string"] },
|
{ start = "<", end = ">", close = true, newline = true, not_in = ["comment", "string"] },
|
||||||
{ start = "!--", end = " --", close = true, newline = false, not_in = ["comment", "string"] },
|
{ start = "!--", end = " --", close = true, newline = false, not_in = ["comment", "string"] },
|
||||||
]
|
]
|
||||||
|
word_characters = ["-"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue