[nvim] make colorscheme improvements...

This commit is contained in:
Dmytro Meleshko 2020-10-15 19:14:15 +03:00
parent 07d4c018aa
commit 93c9925a03
1 changed files with 2 additions and 0 deletions

View File

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