mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-22 12:14:13 +01:00
Only highlight indirect when followed by case
This commit is contained in:
@@ -168,8 +168,11 @@ enum Card : Int {
|
||||
case Heart
|
||||
case Diamond
|
||||
case Club
|
||||
indirect case Foo(a: Card)
|
||||
}
|
||||
|
||||
let indirect = 5
|
||||
|
||||
struct foo : bar {
|
||||
switch (foo) {
|
||||
case foo:
|
||||
|
||||
Reference in New Issue
Block a user