mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Update
This commit is contained in:
@@ -7,7 +7,7 @@ A collection of language packs for Vim.
|
||||
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
||||
|
||||
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
|
||||
- It **installs and updates 120+ times faster** than the <!--Package Count-->607<!--/Package Count--> packages it consists of.
|
||||
- It **installs and updates 120+ times faster** than the <!--Package Count-->606<!--/Package Count--> packages it consists of.
|
||||
- It is also more secure (scripts loaded for every filetype are generated by vim-polyglot)
|
||||
- Best syntax and indentation support (no other features). Hand-selected language packs.
|
||||
- Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)
|
||||
|
||||
@@ -2301,14 +2301,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, '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, 'hive')
|
||||
au BufNewFile,BufRead *.hql,*.q,*.ql setf hive
|
||||
endif
|
||||
|
||||
@@ -236,8 +236,8 @@ let s:globs = {
|
||||
\ 'htmldjango': '*.jinja,*.j2,*.jinja2',
|
||||
\ 'htmlm4': '*.html.m4',
|
||||
\ 'httest': '*.htt,*.htb',
|
||||
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config,i3config,.i3.config,.i3config',
|
||||
\ 'hxml': '*.hxml',
|
||||
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config',
|
||||
\ 'ibasic': '*.iba,*.ibi',
|
||||
\ 'icalendar': '*.ics',
|
||||
\ 'icemenu': '',
|
||||
|
||||
@@ -121,7 +121,6 @@ call TestFiletype('hxml')
|
||||
call TestFiletype('hss')
|
||||
call TestFiletype('hcl')
|
||||
call TestFiletype('hive')
|
||||
call TestFiletype('i3config')
|
||||
call TestFiletype('icalendar')
|
||||
call TestFiletype('idris')
|
||||
call TestFiletype('idris2')
|
||||
@@ -649,13 +648,11 @@ call TestFiletype('mint')
|
||||
call TestFiletype('jsonc')
|
||||
call TestFiletype('gleam')
|
||||
call TestFiletype('hjson')
|
||||
call TestFiletype('just')
|
||||
call TestFiletype('nftables')
|
||||
call TestFiletype('mermaid')
|
||||
call TestFiletype('i3config')
|
||||
call TestFiletype('just')
|
||||
call TestFiletype('nftables')
|
||||
call TestFiletype('openscad')
|
||||
call TestFiletype('mermaid')
|
||||
|
||||
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user