about summary refs log tree commit diff
path: root/Completion/Unix/Type/_tex
blob: 6e556e3da668e030c1f4572967685bc3804c676c (plain) (blame)
1
2
3
4
5
6
#compdef tex latex slitex pdflatex jadetex pdfjadetex xetex=tex xelatex=latex

local expl

_description files expl 'TeX or LaTeX file'
_files "$@" "$expl[@]" -g '*.(tex|TEX|texinfo|texi)(-.)'