#compdef oodraw local expl _description files expl 'OpenOffice.org Draw file' _files "$@" "$expl[@]" -g '*.(#i)(sxd|std)' # From /etc/mime.types: # application/vnd.sun.xml.writer sxw # application/vnd.sun.xml.writer.template stw # application/vnd.sun.xml.writer.global sxg # application/vnd.sun.xml.calc sxc # application/vnd.sun.xml.calc.template stc # application/vnd.sun.xml.impress sxi # application/vnd.sun.xml.impress.template sti # application/vnd.sun.xml.draw sxd # application/vnd.sun.xml.draw.template std # application/vnd.sun.xml.math sxm