[nvim] fix highlighting of namespaces in Rust

This commit is contained in:
Dmytro Meleshko 2020-08-12 17:49:01 +03:00
parent 88e31cc9e7
commit 23b00f41a4
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@
hi! link rustSelf Variable
hi! link rustSigil rustOperator
hi! link rustMacroVariable Variable
hi! link rustModPath Identifier
" }}}
" HTML {{{