vim-patch:9.1.0435: filetype: cygport files are not recognized

Problem:  filetype: cygport files are not recognized
Solution: Recognize '*.cygport' files as sh filetype
          (Ken Takata)

https://cygwin.github.io/cygport/cygport_in.html

closes: vim/vim#14833

cd79f8fbd3

Co-authored-by: K.Takata <kentkt@csc.jp>
This commit is contained in:
Christian Clason
2024-05-23 22:51:57 +02:00
parent 9b9f54e2c1
commit 0d3d198109
2 changed files with 2 additions and 1 deletions

View File

@@ -948,6 +948,7 @@ local extension = {
sexp = 'sexplib',
bash = detect.bash,
bats = detect.bash,
cygport = detect.bash,
ebuild = detect.bash,
eclass = detect.bash,
env = detect.sh,