diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:14:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:14:30 +0200 |
commit | 7e10428cd6b53bf5e0ead79b2733be4286b16378 (patch) | |
tree | 205c5dedb051f901011f10065b876d6fd1cc220d /README.md | |
parent | 6a4fe34e61e8655a4b94c16bc70e124694df99fc (diff) | |
download | vim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.tar.gz vim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.zip |
Add autohotkey syntax, closes #220
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ If you need full functionality of any plugin, please use it directly with your p - [applescript](https://github.com/vim-scripts/applescript.vim) (syntax) - [arduino](https://github.com/sudar/vim-arduino-syntax) (syntax, indent) - [asciidoc](https://github.com/asciidoc/vim-asciidoc) (syntax) +- [autohotkey](https://github.com/hnamikaw/vim-autohotkey) (indent) - [blade](https://github.com/jwalton512/vim-blade) (syntax, indent, ftplugin) - [c++11](https://github.com/octol/vim-cpp-enhanced-highlight) (syntax) - [c/c++](https://github.com/vim-jp/vim-cpp) (syntax) |