fix rust doc comment highlighting
This commit is contained in:
parent
9b856347b9
commit
34efabac14
1 changed files with 5 additions and 0 deletions
5
after/syntax/rust.vim
Normal file
5
after/syntax/rust.vim
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if dracula#should_abort('rust')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi! link rustCommentLineDoc Comment
|
Loading…
Reference in a new issue