[Lunar-commits] <moonbase> geany: add a bit of syntax highlighting for Lunar

Auke Kok sofar at foo-projects.org
Mon Sep 27 09:00:06 CEST 2010


commit 98e53b755b83d335b40834f4bee7bac2ec1bea3c
Author: Paul Bredbury <brebs at sent.com>
Date:   Mon Sep 27 09:00:06 2010 +0200

    geany: add a bit of syntax highlighting for Lunar
---
 editors/geany/BUILD |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/editors/geany/BUILD b/editors/geany/BUILD
new file mode 100644
index 0000000..2a582c7
--- /dev/null
+++ b/editors/geany/BUILD
@@ -0,0 +1,9 @@
+(
+
+  # Add syntax highlighting for Lunar's common packaging filenames.
+  # Not particularly appropriate for DETAILS though.
+  sedit "s:*.sh;:*.sh;BUILD;DEPENDS;:" data/filetype_extensions.conf  &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list