From c2ce54980bc83c47318cde6e998bf92f439c4d7a Mon Sep 17 00:00:00 2001 From: Mason Stewart Date: Thu, 12 Jul 2012 11:24:09 -0300 Subject: [PATCH] Added info about Sublime Text's Rust syntax package. --- doc/tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tutorial.md b/doc/tutorial.md index f1b6b8ce863fd..aced77542dd06 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -248,6 +248,12 @@ There are Vim highlighting and indentation scripts in the Rust source distribution under `src/etc/vim/`, and an emacs mode under `src/etc/emacs/`. +Sublime Text 2 has Rust syntax support available via Package Control +under a package simply called "Rust". Further information can be found +at the [package repo][sublime-rust]. + +[sublime-rust]: https://github.com/fmartini/sublime-rust + 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.