From 7f42bcf97c8961d5f25cb88220d0b358a1cbccae Mon Sep 17 00:00:00 2001 From: David Reiss Date: Fri, 11 Jan 2008 20:59:12 +0000 Subject: Thrift: C# Bindings. Summary: C# generator, library, and MS Build task contributed by imeem. Reviewed By: mcslee Test Plan: Built the Thrift compiler and generated some C# code. I'd love to say I installed Mono or Portable.NET and built the C# code, but I did not. Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665421 13f79535-47bb-0310-9956-ffa450edef68 --- thrift.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thrift.el') diff --git a/thrift.el b/thrift.el index 2e7905167..cff058907 100644 --- a/thrift.el +++ b/thrift.el @@ -10,7 +10,7 @@ (defconst thrift-font-lock-keywords (list '("#.*$" . font-lock-comment-face) ;; perl style comments - '("\\<\\(include\\|struct\\|exception\\|typedef\\|cpp_namespace\\|java_package\\|cocoa_prefix\\|php_namespace\\|ruby_namespace\\|py_module\\|perl_package\\|const\\|enum\\|service\\|extends\\|void\\|async\\|throws\\|optional\\|required\\)\\>" . font-lock-keyword-face) ;; keywords + '("\\<\\(include\\|struct\\|exception\\|typedef\\|cpp_namespace\\|java_package\\|cocoa_prefix\\|csharp_namespace\\|php_namespace\\|ruby_namespace\\|py_module\\|perl_package\\|smalltalk_category\\|smalltalk_prefix\\|const\\|enum\\|service\\|extends\\|void\\|async\\|throws\\|optional\\|required\\)\\>" . font-lock-keyword-face) ;; keywords '("\\<\\(bool\\|byte\\|i16\\|i32\\|i64\\|double\\|string\\|binary\\|map\\|list\\|set\\)\\>" . font-lock-type-face) ;; built-in types '("\\<\\([0-9]+\\)\\>" . font-lock-variable-name-face) ;; ordinals '("\\<\\(\\w+\\)\\s-*(" (1 font-lock-function-name-face)) ;; functions -- cgit v1.2.1