Rust Enhanced
The official Sublime Text 4 package for the Rust Programming Language
Details
Installs
- Total 115K
- Win 40K
- Mac 36K
- Linux 39K
Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 9 | 4 | 6 | 4 | 6 | 6 | 9 | 9 | 6 | 6 | 9 | 6 | 8 | 9 | 6 | 3 | 12 | 9 | 12 | 7 | 7 | 6 | 8 | 2 | 7 | 6 | 10 | 10 | 8 | 10 | 3 | 15 | 12 | 8 | 7 | 4 | 8 | 1 | 6 | 4 | 4 | 7 | 4 | 4 | 8 |
Mac | 3 | 3 | 3 | 4 | 3 | 3 | 2 | 6 | 4 | 0 | 3 | 5 | 3 | 5 | 5 | 8 | 3 | 6 | 3 | 8 | 3 | 2 | 1 | 5 | 1 | 3 | 3 | 6 | 8 | 2 | 2 | 1 | 3 | 2 | 3 | 5 | 3 | 3 | 3 | 2 | 5 | 1 | 4 | 3 | 3 | 5 |
Linux | 5 | 7 | 10 | 8 | 8 | 2 | 7 | 8 | 17 | 8 | 7 | 8 | 9 | 9 | 8 | 4 | 8 | 3 | 10 | 4 | 7 | 10 | 4 | 10 | 14 | 7 | 7 | 9 | 5 | 11 | 8 | 10 | 7 | 7 | 3 | 11 | 9 | 5 | 3 | 3 | 6 | 6 | 8 | 7 | 5 | 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.