From 1d78f9eb89c9ad520a7f7f7163ddb0c1e1b674a6 Mon Sep 17 00:00:00 2001 From: Terry Sun Date: Mon, 22 Aug 2016 01:19:44 -0400 Subject: [PATCH] Add sublime-rust to CONFIGS.md. --- src/etc/CONFIGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/CONFIGS.md b/src/etc/CONFIGS.md index cde7094cec41e..542b7bf797b35 100644 --- a/src/etc/CONFIGS.md +++ b/src/etc/CONFIGS.md @@ -6,6 +6,7 @@ These are some links to repos with configs which ease the use of rust. * [rust.vim](https://github.com/rust-lang/rust.vim) * [emacs rust-mode](https://github.com/rust-lang/rust-mode) +* [sublime-rust](https://github.com/rust-lang/sublime-rust) * [gedit-config](https://github.com/rust-lang/gedit-config) * [kate-config](https://github.com/rust-lang/kate-config) * [nano-config](https://github.com/rust-lang/nano-config)