mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)
Problem: filetype: swiftinterface files are not recognized
Solution: Detect '*.swiftinterface' files as swift filetype
(LosFarmosCTL)
closes: vim/vim#15658
03cac4b70d
Co-authored-by: LosFarmosCTL <80157503+LosFarmosCTL@users.noreply.github.com>
This commit is contained in:
@@ -1164,6 +1164,7 @@ local extension = {
|
||||
svelte = 'svelte',
|
||||
svg = 'svg',
|
||||
swift = 'swift',
|
||||
swiftinterface = 'swift',
|
||||
swig = 'swig',
|
||||
swg = 'swig',
|
||||
sys = detect.sys,
|
||||
|
||||
Reference in New Issue
Block a user