Skip to content

Commit bb3de8f

Browse files
committed
Fix markdown and other highlighting, #578
1 parent b3763a9 commit bb3de8f

File tree

14 files changed

+1691
-235
lines changed

14 files changed

+1691
-235
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-->590<!--/Package Count--> packages it consists of.
10+
- It **installs and updates 120+ times faster** than the <!--Package Count-->591<!--/Package Count--> packages it consists of.
1111
- It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect).
1212
- Solid syntax and indentation support (other features skipped). Only the best language packs.
1313
- All unnecessary files are ignored (like enormous documentation from php support).

after/ftplugin/html.vim

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
2+
3+
" Maintainer: othree <[email protected]>
4+
" URL: http://github.com/othree/html5.vim
5+
" Last Change: 2014-05-02
6+
" License: MIT
7+
" Changes: Add - to keyword
8+
9+
" setlocal iskeyword+=-
10+
11+
setlocal commentstring=<!--%s-->
12+
13+
endif

0 commit comments

Comments
 (0)