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 /ftdetect | |
parent | 6a4fe34e61e8655a4b94c16bc70e124694df99fc (diff) | |
download | vim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.tar.gz vim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.zip |
Add autohotkey syntax, closes #220
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 018830d3..784fac46 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -57,6 +57,10 @@ au BufRead,BufNewFile *.ino,*.pde set filetype=arduino augroup END augroup filetypedetect +" autohotkey:hnamikaw/vim-autohotkey +augroup END + +augroup filetypedetect " blade:jwalton512/vim-blade autocmd BufNewFile,BufRead *.blade.php set filetype=blade augroup END |