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