Skip to content

Add line comment config #12

@thomasaull

Description

@thomasaull

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions