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 25ec16b6..1b477c7f 100644 --- a/syntax/mustache.vim +++ b/syntax/mustache.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'handlebars') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'handlebars', 'syntax/mustache.vim') finish endif |