summaryrefslogtreecommitdiffstats
path: root/syntax/thrift.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/thrift.vim')
-rw-r--r--syntax/thrift.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/thrift.vim b/syntax/thrift.vim
index eb00f184..64f51699 100644
--- a/syntax/thrift.vim
+++ b/syntax/thrift.vim
@@ -54,7 +54,7 @@ syn keyword thriftStatement throws typedef
syn keyword thriftBasicTypes void bool byte string binary
syn keyword thriftBasicTypes i16 i32 i64 double
syn keyword thriftType map list set
-syn keyword thriftClass struct exception enum
+syn keyword thriftClass union struct exception enum
syn region thriftString start=+"+ end=+"+
" Special