diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:42:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:42:37 +0200 |
commit | 5dd1a7e83966c92d220073185f1738dfe441f59e (patch) | |
tree | 9c4bee389a51a9bb111dcc894c9db0f6d1809d81 /syntax/thrift.vim | |
parent | bc098370c1bb81840734f5764f431dee270e75ce (diff) | |
download | vim-polyglot-5dd1a7e83966c92d220073185f1738dfe441f59e.tar.gz vim-polyglot-5dd1a7e83966c92d220073185f1738dfe441f59e.zip |
Update
Diffstat (limited to 'syntax/thrift.vim')
-rw-r--r-- | syntax/thrift.vim | 2 |
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 |