From: Jens Geyer Date: Thu, 24 Oct 2013 20:14:22 +0000 (+0200) Subject: THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union' X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=8203a149eb5044a3fbf5fafbb41b4006e49b8b7c;p=common%2Fthrift.git THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union' Patch: Matt Butcher --- diff --git a/contrib/thrift.vim b/contrib/thrift.vim index 79ce5472..3000b46b 100644 --- a/contrib/thrift.vim +++ b/contrib/thrift.vim @@ -52,7 +52,7 @@ syn keyword thriftKeyword namespace syn keyword thriftKeyword xsd_all xsd_optional xsd_nillable xsd_attrs syn keyword thriftKeyword include cpp_include cpp_type const optional required syn keyword thriftBasicTypes void bool byte i16 i32 i64 double string binary -syn keyword thriftStructure map list set struct typedef exception enum throws +syn keyword thriftStructure map list set struct typedef exception enum throws union " Special syn match thriftSpecial "\d\+:"