ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Rust Enhanced

by rust-lang ST3

The official Sublime Text 4 package for the Rust Programming Language

Details

Installs

  • Total 117K
  • Win 41K
  • Mac 36K
  • Linux 40K
Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 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
Windows 5 5 4 1 4 3 4 5 4 3 5 6 5 5 5 6 6 2 7 9 3 10 7 5 2 6 6 6 11 10 2 7 9 1 2 3 5 5 5 4 6 8 6 2 6 6
Mac 3 2 0 1 2 5 7 4 3 3 2 0 3 2 2 2 1 1 1 2 1 2 5 1 1 3 5 4 2 3 3 2 3 8 1 3 4 3 4 2 2 2 0 2 2 1
Linux 2 5 4 8 3 4 4 6 2 7 2 3 3 8 4 5 2 3 3 1 4 6 11 5 3 7 8 4 6 6 4 8 6 8 9 5 6 3 7 2 3 1 7 6 7 4

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.

Running Tests with Rust Enhanced Highlighting errors and warnings with Rust Enhanced

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.