Doc packages, editors, and other tools - nejucomo/rust GitHub Wiki
Packages
- Ubuntu PPA - maintained by kcantu
- FreeBSD Port - maintained by jyyou
- Homebrew
Editors
- dyluke's textmate bundle - Rust TextMate mode
- Erik Rose's BBEdit plugin - Plugin for BBEdit. Probably quite out of date.
- kib2's SublimeText2 language file - Highlighting for SublimeText 2
- dbp's SublimeText2 - Probably more up to date than the above.
- ianb's Eclipse plugin - Eclipse!
- Reidar Sollid's Eclipse plugin - A newer Eclipse plugin.
- gareth0's rust-gnome - A syntax highlighting file for GtkSourceView (Gedit) and a GNOME mime-database file.
And more!
- Prism's pastebin - A pastebin instance that support Rust syntax highlighting using the Prism library
- startling's pygments plugin - Pygments syntax highlighting
- GitHub linguist - GitHub's language detection supports Rust
- lkuper's PLT Redex model - An (out-of-date) model of Rust in PLT Redex
- highlight.js - Highlight Rust code in your blog by adding a single line of JavaScript to your pages
- Syntax highlighting for vi editor - how to setup vi syntax highlighting