diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:52:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:52:51 +0000 |
commit | 71507ca5d2410b11889ca963fafcd1bcad5044c3 (patch) | |
tree | 17e6d07243d49e29e4b75887e0d07f24ec2b66e8 /magic/Magdir/fortran | |
parent | Initial commit. (diff) | |
download | file-upstream.tar.xz file-upstream.zip |
Adding upstream version 1:5.44.upstream/1%5.44upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | magic/Magdir/fortran | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/magic/Magdir/fortran b/magic/Magdir/fortran new file mode 100644 index 0000000..6abc2f7 --- /dev/null +++ b/magic/Magdir/fortran @@ -0,0 +1,9 @@ + +#------------------------------------------------------------------------------ +# $File: fortran,v 1.10 2015/11/05 18:47:16 christos Exp $ +# FORTRAN source +# Check that the first 100 lines start with C or whitespace first. +0 regex/100l !\^[^Cc\ \t].*$ +>0 regex/100l \^[Cc][\ \t] FORTRAN program text +!:mime text/x-fortran +!:strength - 5 |