mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
runtime/syntax/vim.vim: highlight nvim groups #7338
regressed by 86b596dc7a
This commit is contained in:
parent
c580ef68e8
commit
95458609ab
@ -939,6 +939,11 @@ if !exists("skip_vim_syntax_inits")
|
||||
hi def link vimUserFunc Normal
|
||||
hi def link vimVar Identifier
|
||||
hi def link vimWarn WarningMsg
|
||||
|
||||
hi def link nvimAutoEvent vimAutoEvent
|
||||
hi def link nvimHLGroup vimHLGroup
|
||||
hi def link nvimMap vimMap
|
||||
hi def link nvimUnmap vimUnmap
|
||||
endif
|
||||
|
||||
" Current Syntax Variable: {{{2
|
||||
|
Loading…
Reference in New Issue
Block a user