This patch fixes highlighting when an enum is used as a dictionary key, like this: ``` let value = dictionary[.key] ```