Add autohotkey syntax, closes #220

This commit is contained in:
Adam Stankiewicz
2017-09-27 20:14:30 +02:00
parent 6a4fe34e61
commit 7e10428cd6
4 changed files with 229 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ augroup filetypedetect
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