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:
Piotr Osiewicz 2023-09-27 11:56:26 +02:00 committed by GitHub
parent 30bb3a109e
commit ecb037fc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,4 @@ brackets = [
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
]
word_characters = ["-"]
block_comment = ["/* ", " */"]