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

Rust Enhanced

by rust-lang ST3 Trending

The official Sublime Text 4 package for the Rust Programming Language

Details

Installs

  • Total 114K
  • Win 39K
  • Mac 36K
  • Linux 39K
Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 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
Windows 0 6 12 3 5 12 7 3 6 3 17 4 7 11 2 11 5 5 8 4 7 6 5 8 2 4 7 4 5 4 8 5 5 6 8 8 7 7 7 4 7 9 9 4 9 3
Mac 0 2 3 6 7 6 5 4 6 0 4 3 1 3 4 2 2 2 5 7 4 0 5 0 6 1 5 4 4 6 4 4 2 9 4 4 8 7 2 6 6 5 2 1 4 4
Linux 2 6 4 5 6 7 4 5 10 9 7 9 6 4 6 6 4 9 3 5 9 5 3 5 7 4 4 1 6 7 5 4 7 7 6 5 4 6 6 6 8 11 8 8 5 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.

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.