contradictioned / areweideyet

https://areweideyet.com/
39 stars 30 forks source link

Vim and Neovim support Rust syntax highlighting and indenting out of box #74

Closed rhysd closed 5 years ago

rhysd commented 5 years ago

Vim and Neovim contains Rust support by default. It provides basic syntax highlighting and indentation out of box.

Vim: https://github.com/vim/vim/blob/master/runtime/syntax/rust.vim Neovim: https://github.com/neovim/neovim/blob/master/runtime/syntax/rust.vim

contradictioned commented 5 years ago

Great, thanks :)