]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0236: filetype: texlua files are not recognized v9.1.0236
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sun, 31 Mar 2024 17:02:26 +0000 (19:02 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 17:02:26 +0000 (19:02 +0200)
commita75f4791b147db60a1d2744bb5ab7326e0c0edc0
tree58acbd96994941e86b8cc5ae85fcad7718254cd9
parent4ff83b904ea579e51a0da5d2c6c3873ccef4ac0e
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>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c