Skip to content

Commit 4f997c5

Browse files
committed
Update
1 parent c6f9e5b commit 4f997c5

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A collection of language packs for Vim.
77
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
88
99
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
10-
- It **installs and updates 120+ times faster** than the <!--Package Count-->607<!--/Package Count--> packages it consists of.
10+
- It **installs and updates 120+ times faster** than the <!--Package Count-->606<!--/Package Count--> packages it consists of.
1111
- It is also more secure (scripts loaded for every filetype are generated by vim-polyglot)
1212
- Best syntax and indentation support (no other features). Hand-selected language packs.
1313
- Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)

autoload/polyglot/init.vim

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,14 +2301,6 @@ if !has_key(g:polyglot_is_disabled, 'icalendar')
23012301
au BufNewFile,BufRead *.ics setf icalendar
23022302
endif
23032303

2304-
if !has_key(g:polyglot_is_disabled, 'i3')
2305-
au BufNewFile,BufRead *.i3.config,*.i3config,{.,}i3.config,{.,}i3config,i3.config,i3config setf i3config
2306-
endif
2307-
2308-
if !has_key(g:polyglot_is_disabled, 'sway')
2309-
au BufNewFile,BufRead *.i3.config,*.i3config,*.sway.config,*.swayconfig,*sway/config,i3.config,sway.config setf i3config
2310-
endif
2311-
23122304
if !has_key(g:polyglot_is_disabled, 'hive')
23132305
au BufNewFile,BufRead *.hql,*.q,*.ql setf hive
23142306
endif

autoload/polyglot/sleuth.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ let s:globs = {
236236
\ 'htmldjango': '*.jinja,*.j2,*.jinja2',
237237
\ 'htmlm4': '*.html.m4',
238238
\ 'httest': '*.htt,*.htb',
239-
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config,i3config,.i3.config,.i3config',
240239
\ 'hxml': '*.hxml',
240+
\ 'i3config': '*.i3config,*.i3.config,*.swayconfig,*.sway.config,i3.config,sway.config',
241241
\ 'ibasic': '*.iba,*.ibi',
242242
\ 'icalendar': '*.ics',
243243
\ 'icemenu': '',

tests/filetypes.vim

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ call TestFiletype('hxml')
121121
call TestFiletype('hss')
122122
call TestFiletype('hcl')
123123
call TestFiletype('hive')
124-
call TestFiletype('i3config')
125124
call TestFiletype('icalendar')
126125
call TestFiletype('idris')
127126
call TestFiletype('idris2')
@@ -649,13 +648,11 @@ call TestFiletype('mint')
649648
call TestFiletype('jsonc')
650649
call TestFiletype('gleam')
651650
call TestFiletype('hjson')
652-
call TestFiletype('just')
653-
call TestFiletype('nftables')
654-
call TestFiletype('mermaid')
655651
call TestFiletype('i3config')
656652
call TestFiletype('just')
657653
call TestFiletype('nftables')
658654
call TestFiletype('openscad')
655+
call TestFiletype('mermaid')
659656

660657
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE
661658

0 commit comments

Comments
 (0)