diff options
Diffstat (limited to 'syntax/rego.vim')
-rw-r--r-- | syntax/rego.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rego.vim b/syntax/rego.vim index 01896288..dcf4bece 100644 --- a/syntax/rego.vim +++ b/syntax/rego.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'rego') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'rego', 'syntax/rego.vim') finish endif |