plugins: Pin nvim-treesitter to v0.8.0
[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