Rust Enhanced
The official Sublime Text 3 package for the Rust Programming Language
Details
Installs
- Total 105K
- Win 36K
- Mac 34K
- Linux 36K
Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 4 | 9 | 10 | 11 | 11 | 12 | 6 | 11 | 7 | 6 | 9 | 11 | 6 | 10 | 8 | 6 | 7 | 7 | 16 | 13 | 7 | 6 | 7 | 7 | 14 | 10 | 6 | 10 | 6 | 11 | 10 | 11 | 11 | 7 | 11 | 12 | 7 | 13 | 8 | 8 | 5 | 11 | 5 | 13 | 9 |
Mac | 1 | 10 | 10 | 3 | 3 | 8 | 2 | 5 | 9 | 4 | 3 | 12 | 6 | 6 | 12 | 5 | 7 | 4 | 6 | 6 | 4 | 10 | 7 | 7 | 6 | 2 | 6 | 5 | 4 | 6 | 11 | 6 | 3 | 5 | 5 | 4 | 10 | 5 | 8 | 3 | 7 | 8 | 9 | 10 | 5 | 9 |
Linux | 6 | 13 | 7 | 4 | 9 | 11 | 3 | 9 | 9 | 9 | 14 | 6 | 7 | 17 | 8 | 6 | 3 | 12 | 4 | 16 | 8 | 11 | 9 | 5 | 12 | 8 | 1 | 15 | 11 | 15 | 0 | 6 | 9 | 9 | 9 | 8 | 8 | 15 | 8 | 6 | 14 | 6 | 11 | 6 | 6 | 8 |
Readme
- Source
- raw.githubusercontent.com
Rust Enhanced
About
Rust Enhanced is a Sublime Text package which adds extended support for the Rust Programming Language. This is a replacement for the built-in “Rust” package and provides several extensions:
- Enhanced syntax highlighting which handles more recent language changes and improved highlighting.
- A custom build system with complete configuration of running Cargo and supporting Rust's extended error messages.
- Automatic checking every time you save a file.
- Custom highlighting for Cargo output.
Installation and Usage
See the Rust Enhanced User Guide for complete information on installing and using this package.
Contributing
Development is quite simple, first uninstall “Rust Enhanced” if you already have it installed.
Then, check out this project to your Sublime Text Packages
folder.
Syntax definitions are defined in the RustEnhanced.sublime-syntax
file, and syntax tests are in the tests/syntax-rust
directory.
The PackageDev package is highly recommended for doing development.
Credits
Created 2012 by Daniel Patterson, as a near complete from scratch rewrite of a package by Felix Martini.
This project is currently maintained by Eric Huss
License
This package is licensed under the MIT License.