crates/zed/src/languages/php/config.toml 🔗
@@ -10,3 +10,4 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
]
collapsed_placeholder = "/* ... */"
+word_boundaries = ["$"]
Piotr Osiewicz created
crates/zed/src/languages/php/config.toml | 1 +
1 file changed, 1 insertion(+)
@@ -10,3 +10,4 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
]
collapsed_placeholder = "/* ... */"
+word_boundaries = ["$"]