We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b941 commit 414c319Copy full SHA for 414c319
runtime/plugins/comment/help/comment.md
@@ -80,18 +80,18 @@ but it is only available for certain filetypes:
80
* zsh: `# %s`
81
82
If your filetype is not available here, you can simply modify
83
-the `commenttype` option:
+the `comment.type` option:
84
85
```
86
-set commenttype "/* %s */"
+set comment.type "/* %s */"
87
88
89
Or in your `settings.json`:
90
91
```json
92
{
93
"*.c": {
94
- "commenttype": "/* %s */"
+ "comment.type": "/* %s */"
95
}
96
97
0 commit comments