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 109K
  • Win 37K
  • Mac 35K
  • Linux 37K
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 29 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 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3
Windows 2 8 8 6 15 9 16 7 9 12 11 6 12 5 14 13 8 12 16 17 14 15 12 18 10 9 15 19 11 11 20 12 10 17 9 12 18 12 7 4 7 21 5 14 9 6
Mac 1 5 5 3 7 5 13 5 8 2 4 5 7 8 4 7 2 4 9 9 4 11 9 8 4 5 3 8 5 6 10 6 9 7 8 4 7 3 12 4 5 7 8 3 5 5
Linux 2 9 14 13 9 8 10 7 16 6 12 8 10 8 11 9 12 14 14 10 15 23 10 14 5 8 15 15 13 11 5 6 12 12 5 4 9 19 8 7 13 9 6 8 4 14

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.