mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
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:
@@ -1076,6 +1076,7 @@ local extension = {
|
||||
nls = 'tex',
|
||||
thm = 'tex',
|
||||
eps_tex = 'tex',
|
||||
pdf_tex = 'tex',
|
||||
pygtex = 'tex',
|
||||
pygstyle = 'tex',
|
||||
clo = 'tex',
|
||||
|
||||
Reference in New Issue
Block a user