This commit is contained in:
Adam Stankiewicz
2021-06-09 21:22:48 +02:00
parent c6f9e5b211
commit 4f997c5c82
4 changed files with 3 additions and 14 deletions

View File

@@ -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. > 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 **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) - 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. - 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) - Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)

View File

@@ -2301,14 +2301,6 @@ if !has_key(g:polyglot_is_disabled, 'icalendar')
au BufNewFile,BufRead *.ics setf icalendar au BufNewFile,BufRead *.ics setf icalendar
endif 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') if !has_key(g:polyglot_is_disabled, 'hive')
au BufNewFile,BufRead *.hql,*.q,*.ql setf hive au BufNewFile,BufRead *.hql,*.q,*.ql setf hive
endif endif

View File

@@ -236,8 +236,8 @@ let s:globs = {
\ 'htmldjango': '*.jinja,*.j2,*.jinja2', \ 'htmldjango': '*.jinja,*.j2,*.jinja2',
\ 'htmlm4': '*.html.m4', \ 'htmlm4': '*.html.m4',
\ 'httest': '*.htt,*.htb', \ 'httest': '*.htt,*.htb',
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config,i3config,.i3.config,.i3config',
\ 'hxml': '*.hxml', \ 'hxml': '*.hxml',
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config',
\ 'ibasic': '*.iba,*.ibi', \ 'ibasic': '*.iba,*.ibi',
\ 'icalendar': '*.ics', \ 'icalendar': '*.ics',
\ 'icemenu': '', \ 'icemenu': '',

View File

@@ -121,7 +121,6 @@ call TestFiletype('hxml')
call TestFiletype('hss') call TestFiletype('hss')
call TestFiletype('hcl') call TestFiletype('hcl')
call TestFiletype('hive') call TestFiletype('hive')
call TestFiletype('i3config')
call TestFiletype('icalendar') call TestFiletype('icalendar')
call TestFiletype('idris') call TestFiletype('idris')
call TestFiletype('idris2') call TestFiletype('idris2')
@@ -649,13 +648,11 @@ call TestFiletype('mint')
call TestFiletype('jsonc') call TestFiletype('jsonc')
call TestFiletype('gleam') call TestFiletype('gleam')
call TestFiletype('hjson') call TestFiletype('hjson')
call TestFiletype('just')
call TestFiletype('nftables')
call TestFiletype('mermaid')
call TestFiletype('i3config') call TestFiletype('i3config')
call TestFiletype('just') call TestFiletype('just')
call TestFiletype('nftables') call TestFiletype('nftables')
call TestFiletype('openscad') call TestFiletype('openscad')
call TestFiletype('mermaid')
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE