[nvim] fix null highlighting in JSON

This commit is contained in:
Dmytro Meleshko 2020-01-04 14:18:27 +02:00
parent 1c43cdcf51
commit 8f02ecf943
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@
hi! link jsExport Include
" }}}
" JSON {{{
hi! link jsonNull Constant
" }}}
" TypeScript {{{
let g:yats_host_keyword = 0
hi! link typescriptParens jsParens