[nvim] make colorscheme improvements...

This commit is contained in:
Dmytro Meleshko 2020-10-15 19:14:15 +03:00
parent 07d4c018aa
commit 93c9925a03

View file

@ -333,6 +333,7 @@
hi! link typescriptModule jsImport hi! link typescriptModule jsImport
hi! link typescriptAbstract Keyword hi! link typescriptAbstract Keyword
hi! link typescriptTemplateSB PreProc hi! link typescriptTemplateSB PreProc
hi! link typescriptDebugger Keyword
" }}} " }}}
" Markdown {{{ " Markdown {{{
@ -352,6 +353,7 @@
" Python {{{ " Python {{{
hi! link pythonBuiltinType Type hi! link pythonBuiltinType Type
hi! link pythonExClass Type
hi! link pythonBuiltinObj pythonFunction hi! link pythonBuiltinObj pythonFunction
hi! link pythonClassVar Variable hi! link pythonClassVar Variable
" }}} " }}}