1
0
forked from aniani/vim

patch 9.1.0725: filetype: swiftinterface files are not recognized

Problem:  filetype: swiftinterface files are not recognized
Solution: Detect '*.swiftinterface' files as swift filetype
          (LosFarmosCTL)

closes: #15658

Signed-off-by: LosFarmosCTL <80157503+LosFarmosCTL@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
LosFarmosCTL
2024-09-10 20:44:59 +02:00
committed by Christian Brabandt
parent d30ffdca49
commit 03cac4b70d
3 changed files with 4 additions and 2 deletions

View File

@@ -2371,7 +2371,7 @@ au BufNewFile,BufRead *.sml setf sml
au BufNewFile,BufRead *.cm setf voscm
" Swift
au BufNewFile,BufRead *.swift setf swift
au BufNewFile,BufRead *.swift,*.swiftinterface setf swift
au BufNewFile,BufRead *.swift.gyb setf swiftgyb
" Swift Intermediate Language or SILE