diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:49:10 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:49:10 +0100 |
commit | 466f20b12e5c5881af321f2f7922cce0436ba447 (patch) | |
tree | 99e08ae174aad6dcc1523c0bafafa2f17ab17aa0 /README.md | |
parent | 461de4cc216cac858ccc4f2dd99644e6ea43589d (diff) | |
download | vim-polyglot-466f20b12e5c5881af321f2f7922cce0436ba447.tar.gz vim-polyglot-466f20b12e5c5881af321f2f7922cce0436ba447.zip |
Add support for gnuplot, closes #197
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,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, ftdetect) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin, ftdetect) - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent, ftdetect) +- [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax) - [go](https://github.com/fatih/vim-go) (syntax, compiler, indent, ftdetect) - [groovy](https://github.com/vim-scripts/groovy.vim) (syntax) - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin, ftdetect) |