about summary refs log tree commit diff
path: root/Completion/User/_tex
blob: d270c785a916c6831dd2b24136978dd3f8b728a7 (plain) (blame)
1
2
3
4
5
6
#compdef tex latex slitex

local expl

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