vimspector: Add json comments
[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