Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 797 Bytes

vim-swift-syntax

This is a very basic Vim syntax file for Swift.

Directions for use

  1. Copy swift.vim from the ftdetect directory to an ftdetect directory under your Vim home directory. (If you’re on a Mac or Linux machine, that home directory would probably be ~/.vim/, so look for ~/.vim/ftdtect.)

  2. Similarly, copy swift.vim from the syntax directory to a syntax directory under your Vim home directory. (Again: If you’re on a Mac or Linux machine, the folder would probably be ~/.vim/syntax/.)

  3. You’re done!