diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-26 12:45:26 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-26 12:45:26 +0200 |
commit | a531f6b1045971aee4cffb9a7178c17f9349f439 (patch) | |
tree | f8cac80f3af0f6e428a17124c974dca10f24ff00 | |
parent | 90d87abd3051c5acf15bc352c9f51f18e23b7095 (diff) | |
download | vim-polyglot-a531f6b1045971aee4cffb9a7178c17f9349f439.tar.gz vim-polyglot-a531f6b1045971aee4cffb9a7178c17f9349f439.zip |
Update languages list in the README
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -51,13 +51,14 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [nginx](https://github.com/mutewinter/nginx.vim) (syntax, ftdetect) - [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin) - [octave](https://github.com/vim-scripts/octave.vim--) (syntax) -- [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin, ftdetect) +- [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin) - [php](https://github.com/StanAngeloff/php.vim) (syntax) - [puppet](https://github.com/ajf/puppet-vim) (syntax, indent, ftplugin, ftdetect) - [protobuf](https://github.com/uarun/vim-protobuf) (syntax, ftdetect) - [python](https://github.com/vim-scripts/python.vim--Vasiliev) (syntax) -- [rspec](https://github.com/skwp/vim-rspec) (syntax) +- [rspec](https://github.com/sheerun/rspec.vim) (syntax, ftdetect) - [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin, ftdetect) +- [rust](https://github.com/wting/rust.vim) (syntax, indent, compiler, ftplugin, ftdetect) - [sbt](https://github.com/derekwyatt/vim-sbt) (syntax, ftdetect) - [scala](https://github.com/derekwyatt/vim-scala) (syntax, indent, ftplugin, ftdetect) - [slim](https://github.com/slim-template/vim-slim) (syntax, indent, ftdetect) @@ -65,6 +66,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [textile](https://github.com/timcharper/textile.vim) (syntax, ftplugin, ftdetect) - [tmux](https://github.com/acustodioo/vim-tmux) (syntax, ftdetect) - [tomdoc](https://github.com/duwanis/tomdoc.vim) (syntax) +- [typescript](https://github.com/leafgarland/typescript-vim) (syntax, compiler, ftplugin, ftdetect) - [vbnet](https://github.com/vim-scripts/vbnet.vim) (syntax) - [twig](https://github.com/beyondwords/vim-twig) (syntax, ftplugin, ftdetect) - [xls](https://github.com/vim-scripts/XSLT-syntax) (syntax) |