Skip to content

Can't change commenttype for comment plugin #29

@evanescente-ondine

Description

@evanescente-ondine

Hi,
I can't seem to change the comment type for the comment plugin.
Here's my settings.json:

{
    "colorscheme": "simple",
    "cursorline": false,
    "divchars": "true",
    "hlsearch": true,
    "softwrap": true,
    "wordwrap": true,
}
{
    "*.adb" {
        "commenttype": "-- %s"
    }
}

I tried with

{
    "colorscheme": "simple",
    "cursorline": false,
    "divchars": "true",
    "hlsearch": true,
    "softwrap": true,
    "wordwrap": true,
    "*.adb" {
        "commenttype": "-- %s"
    }
}

and it doesn't work either. Same "#".
I get "Error reading settings.json: invalid character '{' after top-level value" or "Error reading settings.json: invalid character '"' after top-level value".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions