freebsd_amp_hwpstate/contrib/file/magic/Magdir/algol68

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-11-07 07:26:06 +00:00
#------------------------------------------------------------------------------
2023-09-10 04:50:07 +00:00
# $File: algol68,v 1.6 2022/11/06 18:36:55 christos Exp $
2016-11-07 07:26:06 +00:00
# algol68: file(1) magic for Algol 68 source
#
2022-01-03 01:44:41 +00:00
# URL: https://en.wikipedia.org/wiki/ALGOL_68
# Reference: http://www.softwarepreservation.org/projects/ALGOL/report/Algol68_revised_report-AB.pdf
# Update: Joerg Jenderek
0 search/8192 (input,
>0 use algol_68
# graph_2d.a68
2023-09-10 04:50:07 +00:00
0 regex/4006 \^PROC[[:space:]][a-zA-Z0-9_[:space:]]*[[:space:]]=
>0 use algol_68
2022-01-03 01:44:41 +00:00
0 regex/1024 \bMODE[\t\ ]
>0 use algol_68
0 regex/1024 \bMODE[\t\ ]
>0 use algol_68
0 regex/1024 \bREF[\t\ ]
>0 use algol_68
0 regex/1024 \bFLEX[\t\ ]\*\\[
>0 use algol_68
# display information like mime type and file name extension of Algol 68 source text
0 name algol_68 Algol 68 source text
2016-11-07 07:26:06 +00:00
!:mime text/x-Algol68
2022-01-03 01:44:41 +00:00
# https://file-extension.net/seeker/file_extension_a68
!:ext a68
#!:ext a68/alg
2016-11-07 07:26:06 +00:00
#0 regex [\t\ ]OD Algol 68 source text
2022-01-03 01:44:41 +00:00
#>0 use algol_68
2016-11-07 07:26:06 +00:00
#!:mime text/x-Algol68
#0 regex [\t\ ]FI Algol 68 source text
2022-01-03 01:44:41 +00:00
#>0 use algol_68
2016-11-07 07:26:06 +00:00
#!:mime text/x-Algol68