diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 17:15:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 17:15:29 +0200 |
commit | a6b0efd5301406adb44dfb12bfc73cf40f28b55b (patch) | |
tree | ff6ef884650dd709860cbcce29b44ec2cd1ffd9a /README.md | |
parent | 0de043adbc144510635702dadedc946e3c69f64e (diff) | |
download | vim-polyglot-a6b0efd5301406adb44dfb12bfc73cf40f28b55b.tar.gz vim-polyglot-a6b0efd5301406adb44dfb12bfc73cf40f28b55b.zip |
Add glsl and kotlin languages, fixes #72, #71
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [emblem](https://github.com/heartsentwined/vim-emblem) (syntax, indent, ftplugin, ftdetect) - [erlang](https://github.com/hcs42/vim-erlang-runtime) (syntax, indent) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin, ftdetect) +- [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent, ftdetect) - [go](https://github.com/fatih/vim-go) (syntax, indent, ftdetect) - [haml](https://github.com/tpope/vim-haml) (syntax, indent, compiler, ftplugin, ftdetect) - [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, ftplugin, ftdetect) @@ -53,6 +54,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [json](https://github.com/sheerun/vim-json) (syntax, indent, ftdetect) - [jst](https://github.com/briancollins/vim-jst) (syntax, indent, ftdetect) - [jsx](https://github.com/mxw/vim-jsx) (after) +- [kotlin](https://github.com/udalov/kotlin-vim) (syntax, indent, ftdetect) - [latex](https://github.com/LaTeX-Box-Team/LaTeX-Box) (syntax, indent, ftplugin) - [less](https://github.com/groenewege/vim-less) (syntax, indent, ftplugin, ftdetect) - [liquid](https://github.com/tpope/vim-liquid) (syntax, indent, ftplugin, ftdetect) |