From a45f2b64a2cd3106b8fb2fbeef7c1f2b6d28b855 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 2 Aug 2016 16:53:28 +0000 Subject: [PATCH] add algol68. --- magic/Magdir/algol68 | 19 +++++++++++++++++++ magic/Makefile.am | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 magic/Magdir/algol68 diff --git a/magic/Magdir/algol68 b/magic/Magdir/algol68 new file mode 100644 index 00000000..137b5089 --- /dev/null +++ b/magic/Magdir/algol68 @@ -0,0 +1,19 @@ + +#------------------------------------------------------------------------------ +# $File: algol68,v 1.1 2016/08/02 16:53:28 christos Exp $ +# algol68: file(1) magic for Algol 68 source +# +0 search/8192 (input, Algol 68 source text +!:mime text/x-Algol68 +0 regex \^PROC Algol 68 source text +!:mime text/x-Algol68 +0 regex MODE[\t\ ] Algol 68 source text +!:mime text/x-Algol68 +0 regex REF[\t\ ] Algol 68 source text +!:mime text/x-Algol68 +0 regex FLEX[\t\ ]\*\\[ Algol 68 source text +!:mime text/x-Algol68 +0 regex [\t\ ]OD Algol 68 source text +!:mime text/x-Algol68 +0 regex [\t\ ]FI Algol 68 source text +!:mime text/x-Algol68 diff --git a/magic/Makefile.am b/magic/Makefile.am index e3d3d1dd..03304887 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.117 2016/07/14 15:26:47 christos Exp $ +# $File: Makefile.am,v 1.118 2016/08/02 16:53:28 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -13,6 +13,7 @@ $(MAGIC_DIR)/Localstuff \ $(MAGIC_FRAGMENT_DIR)/acorn \ $(MAGIC_FRAGMENT_DIR)/adi \ $(MAGIC_FRAGMENT_DIR)/adventure \ +$(MAGIC_FRAGMENT_DIR)/algol68 \ $(MAGIC_FRAGMENT_DIR)/allegro \ $(MAGIC_FRAGMENT_DIR)/alliant \ $(MAGIC_FRAGMENT_DIR)/amanda \ -- 2.40.0