Rename word_boundaries to word_characters
This commit is contained in:
parent
046759a366
commit
344a09a4f8
3 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ brackets = [
|
|||
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
|
||||
]
|
||||
collapsed_placeholder = "/* ... */"
|
||||
word_boundaries = ["$"]
|
||||
word_characters = ["$"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue