Repository: thrift
Updated Branches:
  refs/heads/master b343feee0 -> c8abd34ae


Add new i8 type to thrift.vim


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c8abd34a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c8abd34a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c8abd34a

Branch: refs/heads/master
Commit: c8abd34ae833f1f08c40de541e14fb53bfc6f6ea
Parents: b343fee
Author: Nobuaki Sukegawa <[email protected]>
Authored: Sat Oct 24 22:36:57 2015 +0900
Committer: Nobuaki Sukegawa <[email protected]>
Committed: Sat Oct 24 22:48:22 2015 +0900

----------------------------------------------------------------------
 contrib/thrift.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/c8abd34a/contrib/thrift.vim
----------------------------------------------------------------------
diff --git a/contrib/thrift.vim b/contrib/thrift.vim
index 3000b46..6231955 100644
--- a/contrib/thrift.vim
+++ b/contrib/thrift.vim
@@ -51,7 +51,7 @@ syn match thriftNumber "-\=\<\d\+\>" contained
 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 thriftBasicTypes void bool byte i8 i16 i32 i64 double string binary
 syn keyword thriftStructure map list set struct typedef exception enum throws 
union
 
 " Special

Reply via email to