mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Update
This commit is contained in:
@@ -168,6 +168,10 @@ let did_load_filetypes = 1
|
||||
|
||||
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'sway')
|
||||
au BufNewFile,BufRead *sway/config setf sway
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'hjson')
|
||||
au BufNewFile,BufRead *.hjson setf hjson
|
||||
endif
|
||||
|
||||
@@ -525,6 +525,7 @@ let s:globs = {
|
||||
\ 'svelte': '*.svelte',
|
||||
\ 'svg': '*.svg',
|
||||
\ 'svn': 'svn-commit*.tmp',
|
||||
\ 'sway': '',
|
||||
\ 'swift': '*.swift',
|
||||
\ 'swiftgyb': '*.swift.gyb',
|
||||
\ 'sxhkdrc': '*.sxhkdrc,sxhkdrc',
|
||||
|
||||
Reference in New Issue
Block a user