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