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

  • 2.27.0
  • github.​com
  • github.​com
  • 8 months ago
  • 36 minutes ago
  • 12 years ago

Installs

  • Total 111K
  • Win 38K
  • Mac 35K
  • Linux 38K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 7 8 9 12 2 3 1 4 7 6 14 11 0 6 19 12 17 18 6 9 8 8 14 11 6 12 10 6 8 11 6 7 11 12 9 9 8 0 4 2 5 4 8 10 4
Mac 0 3 3 3 7 7 5 1 2 0 6 3 2 0 2 6 6 7 3 4 2 3 2 2 3 6 1 5 2 4 1 3 3 2 3 4 7 10 2 4 4 6 4 4 2 3
Linux 1 4 6 6 10 10 4 5 5 9 6 9 6 5 7 8 5 5 7 7 8 7 7 5 10 8 11 14 6 3 8 9 8 10 12 2 11 9 9 4 17 10 6 2 9 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.

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.