From ff7f04838cc66ac20823a114562b937ab15cf49c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 1 Sep 2012 10:49:56 -0400 Subject: [PATCH] tutorial: adding link and reference to sublime text package. --- doc/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 4743e384633..6f7c85899cb 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -192,7 +192,9 @@ detail [later on](#modules-and-crates). There are Vim highlighting and indentation scripts in the Rust source distribution under `src/etc/vim/`, and an emacs mode under -`src/etc/emacs/`. +`src/etc/emacs/`. There is a package for Sublime Text 2 at +[github.com/dbp/sublime-rust](http://github.com/dbp/sublime-rust), also +available through [package control](http://wbond.net/sublime_packages/package_control). Other editors are not provided for yet. If you end up writing a Rust mode for your favorite editor, let us know so that we can link to it.