Skip to content

Commit

Permalink
Fix markdown and other highlighting, #578
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Oct 7, 2020
1 parent b3763a9 commit bb3de8f
Show file tree
Hide file tree
Showing 14 changed files with 1,691 additions and 235 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-->590<!--/Package Count--> packages it consists of.
- It **installs and updates 120+ times faster** than the <!--Package Count-->591<!--/Package Count--> packages it consists of.
- It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect).
- Solid syntax and indentation support (other features skipped). Only the best language packs.
- All unnecessary files are ignored (like enormous documentation from php support).
Expand Down
13 changes: 13 additions & 0 deletions after/ftplugin/html.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1

" Maintainer: othree <othree@gmail.com>
" URL: http://github.com/othree/html5.vim
" Last Change: 2014-05-02
" License: MIT
" Changes: Add - to keyword

" setlocal iskeyword+=-

setlocal commentstring=<!--%s-->

endif
Loading

0 comments on commit bb3de8f

Please sign in to comment.