diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:22:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:22:29 +0200 |
commit | 56a815be940d1ebac44c7c97a837065f566410fd (patch) | |
tree | 3f2502d95eed49e15d22481c082a8f4285a8940e /README.md | |
parent | 45273d44d4b1bd9a1be431c1a98f9046ed3a5c79 (diff) | |
download | vim-polyglot-56a815be940d1ebac44c7c97a837065f566410fd.tar.gz vim-polyglot-56a815be940d1ebac44c7c97a837065f566410fd.zip |
Add haxe syntax support, closes #29
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [haml](https://github.com/tpope/vim-haml) (syntax, indent, compiler, ftplugin, ftdetect) - [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, ftplugin, ftdetect) - [haskell](https://github.com/travitch/hasksyn) (syntax, indent, ftplugin) -- [html5](https://github.com/othree/html5.vim) (syntax, indent, autoload) +- [haxe](https://github.com/yaymukund/vim-haxe) (syntax, ftdetect) +- [html5](https://github.com/othree/html5.vim) (syntax, indent, autoload, ftplugin) - [jade](https://github.com/digitaltoad/vim-jade) (syntax, indent, ftplugin, ftdetect) - [jasmine](https://github.com/glanotte/vim-jasmine) (syntax, ftdetect) - [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, ftdetect) |