An open API service indexing awesome lists of open source software.

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

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"
```