diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/thrift.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/thrift.vim b/syntax/thrift.vim index 148391ec..4dac50fa 100644 --- a/syntax/thrift.vim +++ b/syntax/thrift.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'thrift') == -1 + " Vim syntax file " Language: Thrift " Maintainer: Martin Smith <martin@facebook.com> @@ -97,4 +98,5 @@ endif let b:current_syntax = "thrift" + endif |