-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I was missing // line comments, messing with the file languages/scss/config.toml did enable line comments:
block_comment = ["/* ", " */"]
line_comments = ["// "]
However block comments can’t be used anymore, which would be fine for me but probably not for everyone.
Do you know if there is any option to enable both? Or as a workaround could it be possible to make this configurable on a user level in some way?
Edit: Apprently it’s not possible to explicitly create a block comment: zed-industries/zed#4751
Randati
Metadata
Metadata
Assignees
Labels
No labels