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

  • 2.27.0
  • github.​com
  • github.​com
  • 5 months ago
  • 18 minutes ago
  • 12 years ago

Installs

  • Total 110K
  • Win 38K
  • Mac 35K
  • Linux 37K
May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 14 7 5 12 10 7 14 16 3 10 8 9 11 8 12 3 5 3 13 5 12 8 6 5 7 8 18 12 11 11 15 6 13 8 9 13 17 14 9 9 8 13 9 8 6
Mac 0 7 3 2 3 3 3 1 4 4 4 8 6 3 8 4 3 4 6 6 6 3 10 6 4 7 7 5 5 6 3 4 4 3 5 2 5 11 3 4 3 4 3 3 4 7
Linux 1 11 11 9 8 11 6 6 6 12 11 15 9 7 9 12 14 3 11 14 13 7 9 4 10 11 5 15 12 8 14 17 8 10 7 7 9 7 4 11 10 7 11 9 4 12

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.