diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 15:53:18 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 15:53:18 +0200 |
commit | 00015bd10507181797dd74cbba375f9e88c61e51 (patch) | |
tree | e594b99f168aacf6cba65e53b6410caeed3bbab9 /README.md | |
parent | d821de3142fc67592686cba3f09ce91eac7cee0d (diff) | |
download | vim-polyglot-00015bd10507181797dd74cbba375f9e88c61e51.tar.gz vim-polyglot-00015bd10507181797dd74cbba375f9e88c61e51.zip |
Migrate all ftdetect to linguist
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ If you need full functionality of any plugin, please use it directly with your p - [gradle](https://github.com/tfnico/vim-gradle) (compiler) - [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, autoload, ftplugin, after) - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin) -- [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin) +- [handlebars](https://github.com/sheerun/vim-mustache-handlebars) (syntax, indent, ftplugin) - [haproxy](https://github.com/CH-DanReif/haproxy.vim) (syntax) - [haskell](https://github.com/neovimhaskell/haskell-vim) (syntax, indent, ftplugin) - [haxe](https://github.com/yaymukund/vim-haxe) (syntax) |