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"] },
|
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
||||||
]
|
]
|
||||||
word_characters = ["-"]
|
word_characters = ["-"]
|
||||||
|
block_comment = ["/* ", " */"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue