diff options
Diffstat (limited to 'syntax/treetop.vim')
-rw-r--r-- | syntax/treetop.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/treetop.vim b/syntax/treetop.vim index 461cb216..2728e07c 100644 --- a/syntax/treetop.vim +++ b/syntax/treetop.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'treetop') +if has_key(g:polyglot_is_disabled, 'treetop') finish endif |