Closed damieng closed 6 years ago
Note: This is a non-trivial fix because of the way methods/functions have a highly variable signature and a lack of backtracking in the textmate based engine.
As I commented in #51, would taking a look at how language-java implements generics help, considering how similar the two languages are?
Sample code;
Current result;
Expected result:
Second instance of String would be correctly highlighted.