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
I was missing
//line comments, messing with the filelanguages/scss/config.tomldid enable 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