diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:00:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:00:25 +0200 |
commit | 4cd5566b40948bbca93b8c0d6a20e2ad3236046f (patch) | |
tree | 310c6ee2a57e074202b7094fc93837c81f0f714c /README.md | |
parent | 8b3418cab8eb5267b3a5743e4d5fe5f698d48bc8 (diff) | |
download | vim-polyglot-4cd5566b40948bbca93b8c0d6a20e2ad3236046f.tar.gz vim-polyglot-4cd5566b40948bbca93b8c0d6a20e2ad3236046f.zip |
Add gmpl and openscan, closes #232, closes #233
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,7 @@ If you need full functionality of any plugin, please use it directly with your p - [fish](https://github.com/dag/vim-fish) (syntax, indent, compiler, autoload, ftplugin) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin) - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent) +- [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax) - [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax) - [go](https://github.com/fatih/vim-go) (syntax, compiler, indent) - [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, ftplugin) @@ -95,6 +96,7 @@ If you need full functionality of any plugin, please use it directly with your p - [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin) - [octave](https://github.com/vim-scripts/octave.vim--) (syntax) - [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin) +- [openscad](https://github.com/sirtaj/vim-openscad) (syntax, ftplugin) - [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin) - [pgsql](https://github.com/exu/pgsql.vim) (syntax) - [php](https://github.com/StanAngeloff/php.vim) (syntax) |