]> granicus.if.org Git - file/commitdiff
add algol68.
authorChristos Zoulas <christos@zoulas.com>
Tue, 2 Aug 2016 16:53:28 +0000 (16:53 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 2 Aug 2016 16:53:28 +0000 (16:53 +0000)
magic/Magdir/algol68 [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/algol68 b/magic/Magdir/algol68
new file mode 100644 (file)
index 0000000..037f00f
--- /dev/null
@@ -0,0 +1,19 @@
+
+#------------------------------------------------------------------------------
+# $File: xdelta,v 1.5 2011/08/08 09:01:05 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
index cadf2f3d68ad4291b59f66edb5022a60708a7b81..a03ce4346baa547a2f9721d88475bb50e200d365 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.116 2016/06/13 19:09:31 christos Exp $
+# $File: Makefile.am,v 1.117 2016/07/14 15:26:47 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 \