Rename word_boundaries to word_characters

This commit is contained in:
Piotr Osiewicz 2023-08-22 01:02:25 +02:00
parent 046759a366
commit 344a09a4f8
3 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
]
collapsed_placeholder = "/* ... */"
word_boundaries = ["$"]
word_characters = ["$"]