summaryrefslogtreecommitdiffstats
path: root/syntax/raku.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/raku.vim')
-rw-r--r--syntax/raku.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/raku.vim b/syntax/raku.vim
index d15f0307..7a3ce951 100644
--- a/syntax/raku.vim
+++ b/syntax/raku.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('raku', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'raku')
finish
endif