summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2013-10-24 22:14:22 +0200
committerJens Geyer <jensg@apache.org>2013-10-24 22:14:22 +0200
commit8203a149eb5044a3fbf5fafbb41b4006e49b8b7c (patch)
tree16d46900c35c051706ea7f738dfddbed85607717 /contrib
parent0d671c091cf425d7001d3eafef558e5f39e8194d (diff)
downloadthrift-8203a149eb5044a3fbf5fafbb41b4006e49b8b7c.tar.gz
THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union'
Patch: Matt Butcher
Diffstat (limited to 'contrib')
-rw-r--r--contrib/thrift.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/thrift.vim b/contrib/thrift.vim
index 79ce54720..3000b46be 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\+:"