-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
Labels
No labels