comparison runtime/filetype.vim @ 19164:bfe90421e223 v8.2.0141

patch 8.2.0141: no swift filetype detection Commit: https://github.com/vim/vim/commit/0d76683e094c6cac2e879601aff3acf1163cbe0b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 22 22:10:54 2020 +0100 patch 8.2.0141: no swift filetype detection Problem: No swift filetype detection. Solution: Add swift, swiftgyb and sil. (Emir Sar?, closes https://github.com/vim/vim/issues/5517)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Jan 2020 22:15:09 +0100
parents 50355c55519f
children 8edf0aeb71b9
comparison
equal deleted inserted replaced
19163:63beef1ca62c 19164:bfe90421e223
1625 au BufNewFile,BufRead *.sml setf sml 1625 au BufNewFile,BufRead *.sml setf sml
1626 1626
1627 " Sratus VOS command macro 1627 " Sratus VOS command macro
1628 au BufNewFile,BufRead *.cm setf voscm 1628 au BufNewFile,BufRead *.cm setf voscm
1629 1629
1630 " Swift
1631 au BufNewFile,BufRead *.swift setf swift
1632 au BufNewFile,BufRead *.swift.gyb setf swiftgyb
1633
1634 " Swift Intermediate Language
1635 au BufNewFile,BufRead *.sil setf sil
1636
1630 " Sysctl 1637 " Sysctl
1631 au BufNewFile,BufRead */etc/sysctl.conf,*/etc/sysctl.d/*.conf setf sysctl 1638 au BufNewFile,BufRead */etc/sysctl.conf,*/etc/sysctl.d/*.conf setf sysctl
1632 1639
1633 " Systemd unit files 1640 " Systemd unit files
1634 au BufNewFile,BufRead */systemd/*.{automount,mount,path,service,socket,swap,target,timer} setf systemd 1641 au BufNewFile,BufRead */systemd/*.{automount,mount,path,service,socket,swap,target,timer} setf systemd