RON syntax highlighting for Vim
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ftdetect
ftplugin
syntax
.gitignore
README.md

README.md

ron.vim

This repository provides syntax highlighting and filetype detection for RON.

Installing

If you don't want to use some plugin manager, you can simply drag these files into your .vim folder.

Vundle

Simply add Plugin 'rust-lang/rust.vim' to your .vimrc file. Next time you execute :PluginInstall, syntax highlighting for RON should be installed.