Skip to content

Commit 6e02d9f

Browse files
committed
Docs: fix syntax highlighting in Vim docs
1 parent 0f7f574 commit 6e02d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/vim/quick-lint-js.vim/doc/quick-lint-js.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Supported coc.nvim versions: v0.0.80 or newer
123123
quick-lint-js is fast. To feel the speed, you should configure
124124
`diagnostic.messageDelay` and `diagnostic.refreshOnInsertMode`. Add the
125125
following code to your |coc-configuration| (run `:CocConfig`) to make
126-
JavaScript linting as fast as possible:
126+
JavaScript linting as fast as possible: >
127127
128128
"diagnostic.messageDelay": 0,
129129
"diagnostic.refreshOnInsertMode": true,
@@ -136,7 +136,7 @@ coc.nvim.
136136

137137
You can customize this plugin's configuration by copy-pasting the following
138138
snippet into your |coc-configuration| then tweaking it according to
139-
|coc-config-languageserver|:
139+
|coc-config-languageserver|: >
140140
141141
"languageserver": {
142142
"quick-lint-js": {

0 commit comments

Comments
 (0)