Bump release link

This commit is contained in:
Ben S
2014-11-28 23:38:30 +00:00
parent 55bbe945ae
commit affebcf878

View File

@@ -6,7 +6,7 @@ BBEdit language module for Rust
This is a BBEdit 11 Language Module for [Rust](http://www.rust-lang.org). It provides the following features:
- Complete syntax highlighting
- Special support for lifetimes, attributes, and identifiers
- Special support for lifetimes, attributes, and identifier
- Customisable colours using the [BBEdit 11 colour thing](http://barebones.com/products/bbedit/bbedit11.html)
- Language features
- Go to start of/end of/previous/next function
@@ -17,7 +17,7 @@ By default, it highlights anything beginning with a capital letter in a certain
### Installation
The simplest way is to just [download the package](https://github.com/ogham/Rust.bblm/releases/tag/0.1) and put it in this folder:
The simplest way is to just [download the package](https://github.com/ogham/Rust.bblm/releases/tag/0.2) and put it in this folder:
~/Application Support/BBEdit/Language Modules
@@ -26,4 +26,3 @@ Then restart your BBEdit and it should be picked up.
### Compilation
To compile your own version, you'll need Xcode. The default schema outputs a `.bblm`. You'll also need the BBEdit SDK. The project assumes it's mounted under `/Volumes/BBEdit SDK`.