diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 12:11:44 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 12:11:44 +0100 |
commit | 8bb259b1f6329837f471c6df2385f44fef02d2b4 (patch) | |
tree | 70d684417c7b6cc7839ea05111a51bb37d662d5e /README.md | |
parent | 466f20b12e5c5881af321f2f7922cce0436ba447 (diff) | |
download | vim-polyglot-8bb259b1f6329837f471c6df2385f44fef02d2b4.tar.gz vim-polyglot-8bb259b1f6329837f471c6df2385f44fef02d2b4.zip |
Add mathematica support, closes #189
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ If you need full functionality of any plugin, please use it directly with your p - [lua](https://github.com/tbastos/vim-lua) (syntax, indent) - [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin, ftdetect) - [markdown](https://github.com/plasticboy/vim-markdown) (syntax, ftdetect) +- [mathematica](https://github.com/rsmenon/vim-mathematica) (syntax, ftplugin) - [nginx](https://github.com/othree/nginx-contrib-vim) (syntax, indent, ftplugin, ftdetect) - [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent, ftdetect) - [nix](https://github.com/spwhitt/vim-nix) (syntax, ftplugin, ftdetect) |