Mercurial > ec-dotfiles
view vendor/vim-packs/srcery-vim/after/syntax/json.vim @ 735:9ad5a65b1c7e
[tmux] The default tmux-256color is probably fine now
author | nanaya <me@nanaya.net> |
---|---|
date | Thu, 09 Jan 2025 00:59:04 +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 " }}}