crates/zed/src/languages/css/config.toml 🔗
@@ -9,3 +9,4 @@ brackets = [
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
]
word_characters = ["-"]
+block_comment = ["/* ", " */"]
Piotr Osiewicz created
Fixes zed-industries/community#2081
Release Notes:
- Fixed "toggle comment" action not working in CSS buffers.
crates/zed/src/languages/css/config.toml | 1 +
1 file changed, 1 insertion(+)
@@ -9,3 +9,4 @@ brackets = [
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
]
word_characters = ["-"]
+block_comment = ["/* ", " */"]