Skip to content

Commit 730d19f

Browse files
author
Alejandro Baez
committed
readme: updated a little
1 parent 83bccc1 commit 730d19f

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ta-rust
2-
## A [Rust][4] module and lexer for [Textadept][5].
2+
[![license][8i]][8p]
3+
[![twitter][9i]][9p]
4+
5+
A [Rust][4] module and lexer for [Textadept][5].
36

47
### DESCRIPTION
58
A module/lexer for Rust.
@@ -8,16 +11,16 @@ Currently, this module holds all keywords, types, and any other standard lexer
811
definitions described by the [Rust reference][1]
912
manual. It also encompasses the vast list of snippets I use when coding,
1013
ctags for semi auto-complete on user projects, api references with both self
11-
engineered endeavor and [Racer][3] integration, and simple lint support with
12-
[rustfmt][2].
14+
engineered endeavor and [racer] integration, and simple lint support with
15+
[rustfmt].
1316

1417
#### Completed:
1518
* lexer: All keywords, primitive types, lifetime, library types, syntax
1619
extensions, strings, and numbers lexer definitions.
1720
* module: *.rs, a humble list of snippets, and API reference to all **std** crates.
1821
* build: using cargo to make a build of a project.
19-
* lint: Basic lint support using [rustfmt][2] ftw!
20-
* autocomplete: A custom autocomplete AND [racer][3] support!
22+
* lint: Basic lint support using [rustfmt] ftw!
23+
* autocomplete: A custom autocomplete AND [racer] support!
2124

2225

2326
#### To Do:
@@ -28,10 +31,10 @@ extensions, strings, and numbers lexer definitions.
2831

2932
### REQUIREMENT
3033
* Rust >= v1.10.0 (rev: [cfcb716c])
31-
* Textadept >= v8.4
32-
* (optional) [racer][3]
34+
* Textadept >= v8.7
35+
* (optional) [racer]
3336
* (optional) [textadept ctags][6]
34-
* (optional) [rustfmt][2]
37+
* (optional) [rustfmt]
3538

3639
### INSTALL
3740
Clone the repository to your `~/.textadept/modules` directory:
@@ -54,15 +57,19 @@ cp ~/.textadept/modules/rust/rust.lua ~/.textadept/lexers/rust.lua
5457

5558
### [USERGUIDE]
5659

57-
Check the [USERGUIDE] for more information on how to use.
60+
Check the [USERGUIDE] for more information on how to use this wonderful module.
5861

5962
[USERGUIDE]: ./USERGUIDE.md
6063

6164
[1]: http://doc.rust-lang.org/reference.html
62-
[2]: https://github.com/rust-lang-nursery/rustfmt
63-
[3]: https://github.com/phildawes/racer
65+
[rustfmt]: https://github.com/rust-lang-nursery/rustfmt
66+
[racer]: https://github.com/phildawes/racer
6467
[4]: http://www.rust-lang.org
6568
[5]: http://foicica.com/textadept
6669
[6]: http://foicica.com/hg/ctags/
6770
[7]: http://foicica.com/textadept/api.html#io.get_project_root
6871
[cfcb716c]: https://github.com/rust-lang/rust/commit/cfcb716cf0961a7e3a4eceac828d94805cf8140b
72+
[8i]: https://img.shields.io/badge/license-MIT-green.svg
73+
[8p]: ./LICENSE
74+
[9i]: https://img.shields.io/badge/twitter-a_baez-blue.svg
75+
[9p]: https://twitter.com/a_baez

0 commit comments

Comments
 (0)