comparison src/testdir/test_filetype.vim @ 34715:6e5a5af31ac9 v9.1.0236

patch 9.1.0236: filetype: texlua files are not recognized Commit: https://github.com/vim/vim/commit/a75f4791b147db60a1d2744bb5ab7326e0c0edc0 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:02:26 2024 +0200 patch 9.1.0236: filetype: texlua files are not recognized Problem: filetype: texlua files are not recognized Solution: Add '*.tlu' pattern for texlua files (Wu, Zhenyu) Reference: https://github.com/TeX-Live/texdoc/tree/master/script closes: #14357 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19:15:03 +0200
parents cd116bc9ef9d
children 57572ecdd865
comparison
equal deleted inserted replaced
34714:df267e360f49 34715:6e5a5af31ac9
394 lotos: ['file.lot', 'file.lotos'], 394 lotos: ['file.lot', 'file.lotos'],
395 lout: ['file.lou', 'file.lout'], 395 lout: ['file.lou', 'file.lout'],
396 lpc: ['file.lpc', 'file.ulpc'], 396 lpc: ['file.lpc', 'file.ulpc'],
397 lsl: ['file.lsl'], 397 lsl: ['file.lsl'],
398 lss: ['file.lss'], 398 lss: ['file.lss'],
399 lua: ['file.lua', 'file.rockspec', 'file.nse', '.luacheckrc', '.busted'], 399 lua: ['file.lua', 'file.tlu', 'file.rockspec', 'file.nse', '.luacheckrc', '.busted'],
400 luau: ['file.luau'], 400 luau: ['file.luau'],
401 lynx: ['lynx.cfg'], 401 lynx: ['lynx.cfg'],
402 lyrics: ['file.lrc'], 402 lyrics: ['file.lrc'],
403 m3build: ['m3makefile', 'm3overrides'], 403 m3build: ['m3makefile', 'm3overrides'],
404 m3quake: ['file.quake', 'cm3.cfg'], 404 m3quake: ['file.quake', 'cm3.cfg'],