about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJannis Redmann <mail@jannisr.de>2015-04-29 18:53:36 +0200
committerJannis Redmann <mail@jannisr.de>2015-04-29 18:53:36 +0200
commit6f3641de83b2b3a5c52557b424489bc9fc350571 (patch)
treedc3c1a45b9a775621cfc337b3be4733af71e0eff
parenta4c133777e33754137d8a097a0c932cfc45ec8a5 (diff)
downloadrust-6f3641de83b2b3a5c52557b424489bc9fc350571.tar.gz
rust-6f3641de83b2b3a5c52557b424489bc9fc350571.zip
distinction between official and community plugins
-rw-r--r--src/etc/CONFIGS.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/etc/CONFIGS.md b/src/etc/CONFIGS.md
index def5ab05fe2..74837a06fae 100644
--- a/src/etc/CONFIGS.md
+++ b/src/etc/CONFIGS.md
@@ -1,11 +1,16 @@
 # Configs
 
-Here are some links to repos with configs which ease the use of rust:
+These are some links to repos with configs which ease the use of rust.
+
+## Officially Maintained Configs
 
-* [.editorconfig](https://gist.github.com/derhuerst/c9d1b9309e308d9851fa) ([what is this?](http://editorconfig.org/))
 * [rust.vim](https://github.com/rust-lang/rust.vim)
 * [emacs rust-mode](https://github.com/rust-lang/rust-mode)
 * [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)
 * [zsh-config](https://github.com/rust-lang/zsh-config)
+
+## Community-maintained Configs
+
+* [.editorconfig](https://gist.github.com/derhuerst/c9d1b9309e308d9851fa) ([what is this?](http://editorconfig.org/))