From ad3b1c727e4535e611ef8aa1f20794119d5baa61 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 26 Jun 2014 23:56:28 +0100 Subject: [PATCH] Adding a recipe for bison-mode. This is a major mode for Bison grammars. I'm not the original author, the original author wrote the major mode in 1998. I have created a git repository and updated the major mode to conform more closely to modern elisp conventions. I've fixed the worst build errors, but I'm aware that checkdoc and flycheck still find plenty of things wrong with the code. --- recipes/bison-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/bison-mode diff --git a/recipes/bison-mode b/recipes/bison-mode new file mode 100644 index 00000000..79a32847 --- /dev/null +++ b/recipes/bison-mode @@ -0,0 +1 @@ +(bison-mode :repo "Wilfred/bison-mode" :fetcher github)