Mercurial > ec-dotfiles
view vendor/vim-packs/srcery-vim/after/syntax/json.vim @ 706:4b30df382167
[update-vendor] smarter pack handling?
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 22:23:22 +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 " }}}