xref: /freebsd/contrib/file/magic/Magdir/pascal (revision c293113327da098a3ce92f3bc75ee69d5f2392eb)
1b6cee71dSXin LI#------------------------------------------------------------------------------
2*c2931133SXin LI# $File: pascal,v 1.2 2014/07/14 14:21:33 rrt 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
7*c2931133SXin LI#0	regex		\^program	Pascal source text
8*c2931133SXin LI#!:mime	text/x-pascal
9*c2931133SXin LI#0	regex           	\^record		Pascal source text
10*c2931133SXin LI#!:mime	text/x-pascal
11