mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Update
This commit is contained in:
@@ -177,8 +177,12 @@ if !has_key(g:polyglot_is_disabled, 'nftables')
|
||||
au BufNewFile,BufRead *.nft,*/nftables.conf setf nftables
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'just')
|
||||
au BufNewFile,BufRead *.just,justfile setf just
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'sway')
|
||||
au BufNewFile,BufRead *sway/config setf sway
|
||||
au BufNewFile,BufRead *.i3.config,*.i3config,*.sway.config,*.swayconfig,*sway/config,i3.config,sway.config setf i3config
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'hjson')
|
||||
@@ -2293,10 +2297,6 @@ if !has_key(g:polyglot_is_disabled, 'icalendar')
|
||||
au BufNewFile,BufRead *.ics setf icalendar
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'i3')
|
||||
au BufNewFile,BufRead *.i3.config,*.i3config,{.,}i3.config,{.,}i3config,i3.config,i3config setf i3config
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'hive')
|
||||
au BufNewFile,BufRead *.hql,*.q,*.ql setf hive
|
||||
endif
|
||||
|
||||
@@ -237,7 +237,7 @@ let s:globs = {
|
||||
\ 'htmlm4': '*.html.m4',
|
||||
\ 'httest': '*.htt,*.htb',
|
||||
\ 'hxml': '*.hxml',
|
||||
\ 'i3config': '*.i3.config,*.i3config,i3.config,i3config,.i3.config,.i3config',
|
||||
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config',
|
||||
\ 'ibasic': '*.iba,*.ibi',
|
||||
\ 'icalendar': '*.ics',
|
||||
\ 'icemenu': '',
|
||||
@@ -271,6 +271,7 @@ let s:globs = {
|
||||
\ 'jsp': '*.jsp',
|
||||
\ 'jst': '*.ejs,*.ect,*.jst',
|
||||
\ 'julia': '*.jl',
|
||||
\ 'just': '*.just,justfile',
|
||||
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
|
||||
\ 'kivy': '*.kv',
|
||||
\ 'kix': '*.kix',
|
||||
@@ -528,7 +529,6 @@ 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