mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* vim-syntax: fix highlighting for indirect case/enum without skipwhite, `indirect enum` never gets highlighted. this commit also adds the `indirect case` multiword keyword. * vim-syntax: allow whitespace before type parameters Added skipwhite to multiple match groups so that whitespace can be used before type parameters (`Type <Param>`). This matches Xcode's behavior. * vim-syntax: update last change line * vim-syntax: remove indirect case from multiword type def group