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