Files
vim-swift-mirror/example/example.swift
Akshay Hegde 91cc1e63cb Improve highlighting of #available condition
Conforming to Xcode, the syntax file now highlights platforms contained
within the `#available` condition.

It also now removes highlighting numbers and the "*" (i.e, symbol for
future platforms) that are contained within the `#available` condition
since they are not literal numbers or operator (thanks to @acclissold
for the idea)

Additionally, add tests to example.swift to demonstrate highlighting of
them.

References #56
2015-09-07 00:57:11 -07:00

3.6 KiB