diff options
Diffstat (limited to 'syntax/mustache.vim')
-rw-r--r-- | syntax/mustache.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/mustache.vim b/syntax/mustache.vim index 3f0db419..25ec16b6 100644 --- a/syntax/mustache.vim +++ b/syntax/mustache.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'handlebars') +if has_key(g:polyglot_is_disabled, 'handlebars') finish endif |