This is working: ```swift init(t: type, f: @escaping () -> String) ``` `@escaping` is completely highlighted as `swiftAttributes`. This is not working: ```swift init(t: Type, f: @escaping () -> String) ``` `@` is highlighted as `swiftAttributes`, `escaping` is highlighted as `swiftInterpolatedString` (Same goes for functions instead of inits)