Simple image host.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
mort 4dd3164be9 added rust support to vim vor 9 Jahren
..
after/syntax added rust support to vim vor 9 Jahren
autoload added rust support to vim vor 9 Jahren
compiler added rust support to vim vor 9 Jahren
doc added rust support to vim vor 9 Jahren
ftdetect added rust support to vim vor 9 Jahren
ftplugin added rust support to vim vor 9 Jahren
indent added rust support to vim vor 9 Jahren
plugin added rust support to vim vor 9 Jahren
syntax added rust support to vim vor 9 Jahren
syntax_checkers/rust added rust support to vim vor 9 Jahren
README.md added rust support to vim vor 9 Jahren

README.md

rust.vim

Description

This is a vim plugin provides Rust file detection and syntax highlighting.

It is synchronized daily to the vim support code in rust-lang/rust’s master branch via cronjob.

Installation

Using Vundle

  1. Add Plugin 'wting/rust.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Note: Vundle will not automatically detect Rust files properly if filetype on is executed before Vundle. Please check the quickstart for more details.

Using Pathogen

  1. cd ~/.vim/bundle
  2. git clone https://github.com/wting/rust.vim.git