From 24d78883d9680adb4f87927b50277a2e344a78fa Mon Sep 17 00:00:00 2001 From: Hans Sjunnesson Date: Mon, 28 Nov 2011 19:48:34 +0100 Subject: [PATCH] Added protobuf-mode recipe. --- recipes/protobuf-mode.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/protobuf-mode.rcp diff --git a/recipes/protobuf-mode.rcp b/recipes/protobuf-mode.rcp new file mode 100644 index 00000000..5cd7c77a --- /dev/null +++ b/recipes/protobuf-mode.rcp @@ -0,0 +1,6 @@ +(:name protobuf-mode + :website "http://code.google.com/p/protobuf/" + :description "Major mode for editing protocol buffers." + :type http + :url "http://protobuf.googlecode.com/svn-history/trunk/editors/protobuf-mode.el" + :features protobuf-mode)