summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:14:30 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:14:30 +0200
commit7e10428cd6b53bf5e0ead79b2733be4286b16378 (patch)
tree205c5dedb051f901011f10065b876d6fd1cc220d /ftdetect
parent6a4fe34e61e8655a4b94c16bc70e124694df99fc (diff)
downloadvim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.tar.gz
vim-polyglot-7e10428cd6b53bf5e0ead79b2733be4286b16378.zip
Add autohotkey syntax, closes #220
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
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