Mercurial > ec-dotfiles
comparison vendor/vim-packs/srcery-vim/after/syntax/rust.vim @ 704:1e0f578f6752
Update vendor and add support for vim packs
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 20:06:46 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
703:b7cd7465cc26 | 704:1e0f578f6752 |
---|---|
1 if srcery#helper#ShouldAbort('rust') | |
2 finish | |
3 endif | |
4 | |
5 " Rust: {{{ | |
6 | |
7 "https://github.com/rust-lang/rust.vim/blob/master/syntax/rust.vim | |
8 hi! link rustCommentLineDoc SrceryGreen | |
9 hi! link rustModPathSep SrceryBrightBlack | |
10 | |
11 " }}} |