diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-06 12:56:27 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-06 12:56:27 +0100 |
commit | dce9e8dec5ef51730291c7bbff3e3997433eabbd (patch) | |
tree | 1ca7140cd4244dfdff3d8d58f936d9dc159c9d4e /ftdetect | |
parent | 30c87b73deff05c7dd9590228c0615a3299f39ff (diff) | |
download | vim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.tar.gz vim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 8197de6d..0bef8008 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -395,7 +395,7 @@ augroup filetypedetect " i3:PotatoesMaster/i3-vim-syntax augroup i3_ftdetect au! - au BufRead,BufNewFile *i3/config set ft=i3 + au BufRead,BufNewFile *i3/config,*sway/config set ft=i3 augroup END augroup END @@ -439,6 +439,7 @@ augroup filetypedetect autocmd BufNewFile,BufRead *.json setlocal filetype=json autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json autocmd BufNewFile,BufRead *.geojson setlocal filetype=json +autocmd BufNewFile,BufRead *.template setlocal filetype=json augroup END augroup filetypedetect |