vim-patch:9.1.0583: filetype: *.pdf_tex files are not recognized

Problem:  filetype: *.pdf_tex files are not recognized
Solution: Detect '*.pdf_tex' files as tex filetype
          (Jonas Dujava)

Those files are generated by inkscape, when exporting, see e.g.
https://inkscape.org/doc/inkscape-man.html

closes: vim/vim#15250

28145e005d

Co-authored-by: Jonas Dujava <jonas.dujava@gmail.com>
This commit is contained in:
Christian Clason
2024-07-14 12:02:40 +02:00
parent 8b7c8a0994
commit 60734dc761
2 changed files with 2 additions and 1 deletions

View File

@@ -1076,6 +1076,7 @@ local extension = {
nls = 'tex',
thm = 'tex',
eps_tex = 'tex',
pdf_tex = 'tex',
pygtex = 'tex',
pygstyle = 'tex',
clo = 'tex',