# > Omni:Extensions
# Filetype extension mappings list
#
# File should consist of a sequence of blocks, one for each protocol module,
# as follows;
#
#  # comment line
#  protocol-name
#    extension,filetype,flags
#    extension,filetype,flags
#    ...
#    filetype,extension,flags
#    filetype,extension,flags
#    ...
#  another-protocol-name
#    ...
#
# The protocol 'default' provides default mappings for all protocols.
# The mapping strings are prioritised using the order in which they appear
# in the file. ie, the higher up in the file they appear, the higher the
# priority.
#

default		# Default file extension mappings
arc,&ddc	# SparkFS compressed file types
zoo,&ddc
zip,&ddc
arj,&ddc
lzh,&ddc
hpk,&ddc
tar,&c46
z,&ddc
gz,&ddc
gzip,&ddc
sit,&ddc
txt,&fff	# Textual file types
doc,&fff
man,&fff
me,&fff,k
c,&fff,s
h,&fff,s
s,&fff,s
o,&ffd,s
hdr,&fff,s
asm,&fff,s
c+,&fff,s
c++,&fff,s
f77,&fff,s
java,&fff,s
text,&fff
dat,&ffd	# Misc types
ps,&ff5
dxf,&dea
htm,&faf
html,&faf
mac,&694	# Graphics types
gif,&695
pcx,&697
bmp,&69c
jpg,&c85
jpeg,&c85
tif,&ff0
tiff,&ff0
pcd,&be8	# PhotoCD
xbm,&b61
png,&b60
bat,&fe4	# MS-DOS files
exe,&fe4
com,&fe4
cmd,&fe4
ini,&fff
&694,mac	# Reverse mappings
&695,gif
&697,pcx
&69c,bmp
&b60,png
&b61,xbm
&be8,pcd
&c85,jpg
&faf,html
&ff0,tif
&ff5,ps
&dea,dxf
&c46,tar
