diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-13 00:10:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-13 00:10:32 +0200 |
commit | 4935f02217e81d1ee674645517d30947fc750e3f (patch) | |
tree | c282db4fd3cff8e10af59bc162ecb2a65838d085 /ftdetect | |
parent | 438d222b953ec3f46eb534153243acc1f30b7694 (diff) | |
download | vim-polyglot-4935f02217e81d1ee674645517d30947fc750e3f.tar.gz vim-polyglot-4935f02217e81d1ee674645517d30947fc750e3f.zip |
Add blade support, closes #34
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 0cdbebcd..26103a5a 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1,4 +1,5 @@ au BufRead,BufNewFile *.ino,*.pde set filetype=arduino +autocmd BufRead,BufNewFile *.blade.php set filetype=blade autocmd BufNewFile,BufRead *.clj,*.cljs,*.edn setlocal filetype=clojure autocmd BufNewFile,BufRead *.coffee set filetype=coffee autocmd BufNewFile,BufRead *Cakefile set filetype=coffee |