swift
2ffccc28 - Match freestanding macros in vim syntax

Commit
189 days ago
Match freestanding macros in vim syntax Any valid name beginning with `#` that isn't already a preprocessor macro is now considered a freestanding macro. Previously, only preprocessor macros were handled in the vim syntax file, e.g. `#if`. For example, this properly handles the syntax for the `#expect` and the `#require` macros used in Swift Testing.
Author
Committer
Parents
Loading