view vendor/vim-packs/srcery-vim/after/syntax/json.vim @ 730:3e31009ab5cc

Pretend xterm to always support 256 colors
author nanaya <me@nanaya.net>
date Wed, 08 Jan 2025 18:00:15 +0900
parents 1e0f578f6752
children
line wrap: on
line source

if srcery#helper#ShouldAbort('json')
  finish
endif

" JSON: {{{

hi! link jsonKeyword SrceryGreen
hi! link jsonQuote SrceryGreen
hi! link jsonBraces SrceryBlue
hi! link jsonString SrceryBlue

" }}}