diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/html/electron.vim (renamed from after/syntax/html/electron.vim) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/syntax/html/electron.vim b/syntax/html/electron.vim index 7ad41cfc..6e4deebf 100644 --- a/after/syntax/html/electron.vim +++ b/syntax/html/electron.vim @@ -1,4 +1,4 @@ -if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'after/syntax/html/electron.vim') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'syntax/html/electron.vim') finish endif |