arzg / vim-swift

A Swift syntax plugin for Vim that aims to match Xcode’s level of detail (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-swift

This is the repository for a new Swift plugin for Vim that aims to match Xcode in its level of detail and quality of highlighting.

vim-swift screenshot

The colourscheme used in this screenshot is vim-colors-xcode.

Options

  • g:swiftHighlightIdents: defaults to 0, set to 1 to highlight user identifiers. This is off by default because Xcode doesn’t highlight as many identifiers as this does, and I personally find the extra colours overwhelming.

Roadmap

  • Indentation
  • Highlight enum case definitions
  • Highlight string interpolation delimiters
  • Allow all Swift syntax groups in string interpolations

About

A Swift syntax plugin for Vim that aims to match Xcode’s level of detail (WIP)

License:ISC License


Languages

Language:Vim Script 100.0%