mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
language: Add block_comment to CSS (#3045)
Fixes zed-industries/community#2081 Release Notes: - Fixed "toggle comment" action not working in CSS buffers.
This commit is contained in:
parent
30bb3a109e
commit
ecb037fc0e
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ brackets = [
|
|||
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
||||
]
|
||||
word_characters = ["-"]
|
||||
block_comment = ["/* ", " */"]
|
||||
|
|
Loading…
Reference in a new issue