swift.vim icon indicating copy to clipboard operation
swift.vim copied to clipboard

swiftAttributes detected incorrectly.

Open jandamm opened this issue 4 years ago • 0 comments

This is working:

init(t: type, f: @escaping () -> String)

@escaping is completely highlighted as swiftAttributes.

This is not working:

init(t: Type, f: @escaping () -> String)

@ is highlighted as swiftAttributes, escaping is highlighted as swiftInterpolatedString

(Same goes for functions instead of inits)

jandamm avatar Aug 25 '20 09:08 jandamm