xref: /freebsd/contrib/file/magic/Magdir/pascal (revision 2726a7014867ad7224d09b66836c5d385f0350f4)
1b6cee71dSXin LI#------------------------------------------------------------------------------
2*2726a701SXin LI# $File: pascal,v 1.3 2020/06/07 18:10:26 christos Exp $
3b6cee71dSXin LI# pascal:  file(1) magic for Pascal source
4b6cee71dSXin LI#
5b6cee71dSXin LI0	search/8192	(input,		Pascal source text
6b6cee71dSXin LI!:mime	text/x-pascal
7c2931133SXin LI#0	regex		\^program	Pascal source text
8c2931133SXin LI#!:mime	text/x-pascal
9c2931133SXin LI#0	regex           	\^record		Pascal source text
10c2931133SXin LI#!:mime	text/x-pascal
11*2726a701SXin LI
12*2726a701SXin LI# Free Pascal
13*2726a701SXin LI0	string	PPU	Pascal unit
14*2726a701SXin LI>3	string	x	\b, version %s
15