1faa928214
This patch fixes syntax highlighting when declaring a subscript: ``` struct MyStruct { subscript(key: Key) -> Value? { … } } ```