summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 18:22:17 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 18:22:17 +0200
commit271c88a356af936bd7ef2fbba6b56e24d92e1311 (patch)
tree6eb84f184111d654174e9b0f379ca79da4324e13
parentb86a0cd4227d2bc8397183428cd4d710cd766261 (diff)
downloadvim-polyglot-271c88a356af936bd7ef2fbba6b56e24d92e1311.tar.gz
vim-polyglot-271c88a356af936bd7ef2fbba6b56e24d92e1311.zip
fix: Add jade to list of supported languages in README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a26c84c3..f9f3f179 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo
- [handlebars](https://github.com/nono/vim-handlebars) (syntax, ftplugin, ftdetect)
- [haskell](https://github.com/travitch/hasksyn) (syntax, indent, ftplugin)
- [html5](https://github.com/othree/html5.vim) (syntax, indent, autoload)
+- [jade](https://github.com/digitaltoad/vim-jade) (syntax, indent, ftplugin, ftdetect)
- [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, ftdetect)
- [json](https://github.com/leshill/vim-json) (syntax, ftdetect)
- [jst](https://github.com/briancollins/vim-jst) (syntax, indent, ftdetect)