You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Specific customizations
23
23
* Warn about *[missing commas](https://github.com/elzr/vim-json/issues/18)* between elements of an object [and elsewhere](https://github.com/elzr/vim-json/issues/34).
24
24
* Warn about *trailing commas* after the last element in arrays or objects.
25
25
* (All warnings can be turned off with a `let g:vim_json_warnings=0` in your `vimrc`.)
26
-
* Optionally allow comment syntax highlighting. (turn this one with a `let g:vim_json_comments=1` in your `vimrc`.)
26
+
* Optionally allow comment syntax highlighting. (turn this on with a `let g:vim_json_comments=1` in your `vimrc`.)
27
27
* Recognize `.jsonp` file type. In [JSONP](http://stackoverflow.com/questions/2067472/what-is-jsonp-all-about), the wrapping function call at the beginning and the closing semicolon are recognized.
0 commit comments