..and use it in PHP language config

Piotr Osiewicz created

Change summary

crates/zed/src/languages/php/config.toml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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 = ["$"]