diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/html/electron.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/html/electron.vim b/syntax/html/electron.vim index 090c0648..f51e1aef 100644 --- a/syntax/html/electron.vim +++ b/syntax/html/electron.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1 + " Vim syntax file " Language: Electron " Maintainer: othree <othree@gmail.com> @@ -14,4 +15,5 @@ syn keyword htmlArg contained useragent disablewebsecurity partition allowpopups syn keyword htmlArg contained webpreferences blinkfeatures disableblinkfeatures syn keyword htmlArg contained guestinstance disableguestresize + endif |