Skip to content

Commit 414c319

Browse files
Updating help.md for comment plugin
1 parent f12b941 commit 414c319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/plugins/comment/help/comment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ but it is only available for certain filetypes:
8080
* zsh: `# %s`
8181

8282
If your filetype is not available here, you can simply modify
83-
the `commenttype` option:
83+
the `comment.type` option:
8484

8585
```
86-
set commenttype "/* %s */"
86+
set comment.type "/* %s */"
8787
```
8888

8989
Or in your `settings.json`:
9090

9191
```json
9292
{
9393
"*.c": {
94-
"commenttype": "/* %s */"
94+
"comment.type": "/* %s */"
9595
}
9696
}
9797
```

0 commit comments

Comments
 (0)