xref: /freebsd/contrib/file/magic/Magdir/clojure (revision 48c779cdecb5f803e5fe5d761987e976ca9609db)
1*48c779cdSXin LI#------------------------------------------------------------------------------
2*48c779cdSXin LI# file:  file(1) magic for Clojure
3*48c779cdSXin LI# URL:  https://clojure.org/
4*48c779cdSXin LI# From: Jason Felice <jason.m.felice@gmail.com>
5*48c779cdSXin LI
6*48c779cdSXin LI0	string/w	#!\ /usr/bin/clj	Clojure script text executable
7*48c779cdSXin LI!:mime	text/x-clojure
8*48c779cdSXin LI0	string/w	#!\ /usr/local/bin/clj	Clojure script text executable
9*48c779cdSXin LI!:mime	text/x-clojure
10*48c779cdSXin LI0	string/w	#!\ /usr/bin/clojure	Clojure script text executable
11*48c779cdSXin LI!:mime	text/x-clojure
12*48c779cdSXin LI0	string/w	#!\ /usr/local/bin/clojure	Clojure script text executable
13*48c779cdSXin LI!:mime	text/x-clojure
14*48c779cdSXin LI0	string/W	#!/usr/bin/env\ clj	Clojure script text executable
15*48c779cdSXin LI!:mime	text/x-clojure
16*48c779cdSXin LI0	string/W	#!/usr/bin/env\ clojure	Clojure script text executable
17*48c779cdSXin LI!:mime	text/x-clojure
18*48c779cdSXin LI0	string/W	#!\ /usr/bin/env\ clj	Clojure script text executable
19*48c779cdSXin LI!:mime	text/x-clojure
20*48c779cdSXin LI0	string/W	#!\ /usr/bin/env\ clojure	Clojure script text executable
21*48c779cdSXin LI!:mime	text/x-clojure
22*48c779cdSXin LI
23*48c779cdSXin LI0	regex	\^\\\(ns[[:space:]]+[a-z]	Clojure module source text
24*48c779cdSXin LI!:mime	text/x-clojure
25*48c779cdSXin LI
26*48c779cdSXin LI0	regex	\^\\\(ns[[:space:]]+\\\^\\{:	Clojure module source text
27*48c779cdSXin LI!:mime	text/x-clojure
28*48c779cdSXin LI
29*48c779cdSXin LI0	regex	\^\\\(defn-?[[:space:]]	Clojure module source text
30*48c779cdSXin LI!:mime	text/x-clojure
31