diff options
| author | Brian Anderson <andersrb@gmail.com> | 2012-09-04 13:27:50 -0700 |
|---|---|---|
| committer | Brian Anderson <andersrb@gmail.com> | 2012-09-04 13:27:50 -0700 |
| commit | 443f79922dd9a8542ecda59e03030d54540653c5 (patch) | |
| tree | cb1c6a03988f3a70c7c4c6fe8d7aafd05aa808a2 /doc | |
| parent | 92f3b74db21c9cd6faaa013b716efb8535ba24d9 (diff) | |
| parent | ff7f04838cc66ac20823a114562b937ab15cf49c (diff) | |
| download | rust-443f79922dd9a8542ecda59e03030d54540653c5.tar.gz rust-443f79922dd9a8542ecda59e03030d54540653c5.zip | |
Merge pull request #3333 from dbp/tutorial
tutorial: adding link and reference to sublime text package.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tutorial.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index e639ce6e9f4..8ae607a7e3b 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. |
