mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 13:33:27 +00:00
..and use it in PHP language config
This commit is contained in:
parent
ab5bd0ac5a
commit
00caad2f17
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ brackets = [
|
||||||
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
|
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
|
||||||
]
|
]
|
||||||
collapsed_placeholder = "/* ... */"
|
collapsed_placeholder = "/* ... */"
|
||||||
|
word_boundaries = ["$"]
|
||||||
|
|
Loading…
Reference in a new issue