Skip to content

Can't change commenttype for comment plugin #29

Description

@nnsite

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".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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