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

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.