Skip to content

Commit 1a096f0

Browse files
committed
Fix script indentation inside html, closes #693
1 parent 4dd1f8f commit 1a096f0

File tree

15 files changed

+230
-1708
lines changed

15 files changed

+230
-1708
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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-->604<!--/Package Count--> packages it consists of.
10+
- It **installs and updates 120+ times faster** than the <!--Package Count-->603<!--/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)
@@ -101,7 +101,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
101101
- [help](https://github.com/neovim/neovim/tree/master/runtime)
102102
- [hive](https://github.com/zebradil/hive.vim) (HiveQL syntax highlighting for q, hql and ql files)
103103
- [hjson](https://github.com/hjson/vim-hjson) (Syntax highlighting for hjson files)
104-
- [html5](https://github.com/sheerun/html5.vim)
104+
- [html5](https://github.com/othree/html5.vim)
105105
- [i3](https://github.com/mboughaba/i3config.vim) (Syntax highlighting for i3.config and i3config files)
106106
- [icalendar](https://github.com/chutzpah/icalendar.vim) (Syntax highlighting for ics files)
107107
- [idris2](https://github.com/edwinb/idris2-vim) (Syntax highlighting for idr, ipkg and lidr files)

after/ftplugin/html.vim

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)