Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 573 Bytes

README.markdown

File metadata and controls

31 lines (18 loc) · 573 Bytes

Rust TextMate Bundle

A TextMate Bundle for Rust.

##Current Features:

  • Basic Syntax Highlighting
  • Command to compile (using: rustc source.rs)
  • Command to compile with tests (using: rustc --test source.rs)
  • Code Snippets

##Future Features:

  • Improved Syntax Highlighting
  • Command to run compiled Rust file

##Installation

  • Download Rust_tmbundle folder
  • Rename to Rust.tmbundle
  • Double click (installs in TextMate)
  • Enjoy

License

This bundle is licensed under the MIT License (LICENSE.txt).

Copyright (c) 2012 Tom Ellis