]> git.sthu.org Git - vimconf.git/blob - after/syntax/json.vim
markdown: Allow for reflow of bullet paragraphs
[vimconf.git] / after / syntax / json.vim
1 syn region jsonComment start="/\*" end="\*/"
2 syn region jsonComment start="//" end="$"
3 hi link jsonCommentError Comment
4 hi link jsonComment Comment