Syntax highlighting for Java works inconsistently in CodeMirror
Created by: scalabilitysolved
Problem
Visiting the following Java file produces no syntax highlighting: https://sourcegraph.com/github.com/Netflix/Hystrix/-/blob/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java
Other Java files within the repository do have syntax highlighting: https://sourcegraph.com/github.com/Netflix/Hystrix/-/blob/hystrix-core/src/main/java/com/netflix/hystrix/AbstractCommand.java