diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-10 20:14:21 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-10 20:14:21 +0100 |
commit | 571f76e6b62ef4535322345094b23605d7308e72 (patch) | |
tree | ad45b82f26243740eea48f548484d0795f1d1c46 /README.md | |
parent | e4f906d9a543dfb3520eebe6806eac2ff38c4388 (diff) | |
download | vim-polyglot-571f76e6b62ef4535322345094b23605d7308e72.tar.gz vim-polyglot-571f76e6b62ef4535322345094b23605d7308e72.zip |
Remove rare html extensions, fixes #280
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ If you need full functionality of any plugin, please use it directly with your p - [cjsx](https://github.com/mtscout6/vim-cjsx) (syntax, ftplugin) - [clojure](https://github.com/guns/vim-clojure-static) (syntax, indent, autoload, ftplugin) - [cmake](https://github.com/pboettch/vim-cmake-syntax) (syntax, indent) -- [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin) +- [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, compiler, indent, autoload, ftplugin) - [cql](https://github.com/elubow/cql-vim) (syntax) - [cryptol](https://github.com/victoredwardocallaghan/cryptol.vim) (syntax, compiler, ftplugin) - [crystal](https://github.com/rhysd/vim-crystal) (syntax, indent, autoload, ftplugin) |