mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix highlighting of namespaces in Rust
This commit is contained in:
parent
88e31cc9e7
commit
23b00f41a4
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@
|
|||
hi! link rustSelf Variable
|
||||
hi! link rustSigil rustOperator
|
||||
hi! link rustMacroVariable Variable
|
||||
hi! link rustModPath Identifier
|
||||
" }}}
|
||||
|
||||
" HTML {{{
|
||||
|
|
Loading…
Reference in a new issue