]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0318: filetype: translate shell config files are not recognized v9.1.0318
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sat, 13 Apr 2024 16:28:28 +0000 (18:28 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Apr 2024 16:28:28 +0000 (18:28 +0200)
commit4b5cd7257ee99384940d5210cf50298ff925924e
tree221f94ccb0df4005e168484e084efe3e7650a810
parent55d4f3c006689945599589a90036923b1752754f
patch 9.1.0318: filetype: translate shell config files are not recognized

Problem:  filetype: translate shell config files are not recognized
Solution: Detect 'init.trans', 'translate-shell' and '.trans' files as
          clojure (Wu, Zhenyu)

See: https://github.com/soimort/translate-shell/wiki/Configuration

closes: #14499

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