summaryrefslogtreecommitdiffstats
path: root/syntax/html/electron.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/html/electron.vim')
-rw-r--r--syntax/html/electron.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/syntax/html/electron.vim b/syntax/html/electron.vim
index 64ed9e9b..090c0648 100644
--- a/syntax/html/electron.vim
+++ b/syntax/html/electron.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'html5') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
" Vim syntax file
" Language: Electron
" Maintainer: othree <othree@gmail.com>
@@ -17,3 +14,4 @@ syn keyword htmlArg contained useragent disablewebsecurity partition allowpopups
syn keyword htmlArg contained webpreferences blinkfeatures disableblinkfeatures
syn keyword htmlArg contained guestinstance disableguestresize
+endif