`v1.1.0` For the following function definition: ```erlang goo() -> fun () -> 123 end. ``` With my theme in VSCode, the `end` keyword is purple, while the `fun` keyword is yellow, while it should be purple also.