A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sheerun/vim-polyglot/commit/bb3de8fa5e509d5f5faf173fd1a92635a0023274 below:

Fix markdown and other highlighting, #578 · sheerun/vim-polyglot@bb3de8f · GitHub

File tree Expand file treeCollapse file tree 14 files changed

+1691

-235

lines changed

Filter options

Expand file treeCollapse file tree 14 files changed

+1691

-235

lines changed Original file line number Diff line number Diff line change

@@ -7,7 +7,7 @@ A collection of language packs for Vim.

7 7

> One to rule them all, one to find them, one to bring them all and in the darkness bind them.

8 8 9 9

- 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.

11 11

- It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect).

12 12

- Solid syntax and indentation support (other features skipped). Only the best language packs.

13 13

- All unnecessary files are ignored (like enormous documentation from php support).

Original file line number Diff line number Diff line change

@@ -0,0 +1,13 @@

1 +

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1

2 + 3 +

" Maintainer: othree <othree@gmail.com>

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

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4