1
0
forked from aniani/vim

patch 8.2.0141: no swift filetype detection

Problem:    No swift filetype detection.
Solution:   Add swift, swiftgyb and sil. (Emir Sarı, closes #5517)
This commit is contained in:
Bram Moolenaar
2020-01-22 22:10:54 +01:00
parent ade0d39468
commit 0d76683e09
3 changed files with 12 additions and 0 deletions

View File

@@ -1627,6 +1627,13 @@ au BufNewFile,BufRead *.sml setf sml
" Sratus VOS command macro
au BufNewFile,BufRead *.cm setf voscm
" Swift
au BufNewFile,BufRead *.swift setf swift
au BufNewFile,BufRead *.swift.gyb setf swiftgyb
" Swift Intermediate Language
au BufNewFile,BufRead *.sil setf sil
" Sysctl
au BufNewFile,BufRead */etc/sysctl.conf,*/etc/sysctl.d/*.conf setf sysctl