https://github.com/aespinosa/swift-vim
ViM syntax file for Swift
https://github.com/aespinosa/swift-vim
swift vim
Last synced: about 1 year ago
JSON representation
ViM syntax file for Swift
- Host: GitHub
- URL: https://github.com/aespinosa/swift-vim
- Owner: aespinosa
- Created: 2010-11-08T17:41:40.000Z (over 15 years ago)
- Default Branch: release
- Last Pushed: 2020-06-15T02:27:28.000Z (about 6 years ago)
- Last Synced: 2025-03-28T22:41:25.543Z (about 1 year ago)
- Topics: swift, vim
- Language: VimL
- Homepage: http://www.ci.uchicago.edu/swift
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim syntax file for Swift
Language: Swift script
Maintainer: Allan Espinosa
Latest Revision: 2010 March 27
This provides syntax higlighting for the
[Swift](http://www.ci.uchicago.edu/swift) programming language.
## Installation:
Using [vim-update-bundle](https://github.com/bronson/vim-update-bundles), add
the following lines to your `.vimrc`:
```vimrc
" Bundle: aespinosa/Swift-vim
```
Using [Vundle](https://github.com/gmarik/vundle) instead:
```vimrc
Bundle "aespinosa/Swift-vim"
```