diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 18:22:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 18:22:17 +0200 |
commit | 271c88a356af936bd7ef2fbba6b56e24d92e1311 (patch) | |
tree | 6eb84f184111d654174e9b0f379ca79da4324e13 | |
parent | b86a0cd4227d2bc8397183428cd4d710cd766261 (diff) | |
download | vim-polyglot-271c88a356af936bd7ef2fbba6b56e24d92e1311.tar.gz vim-polyglot-271c88a356af936bd7ef2fbba6b56e24d92e1311.zip |
fix: Add jade to list of supported languages in README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |