In VS 15.6 the syntax highlighting of type arguments is inconsistent when inheriting from a base class.

In this example the < and > character are in white for the handler function's type definition but the angle brackets on the GenericController's type arguments are in green. This also applies to commas in between type arguments.
I think the correct behavior should be for <, > and , to be rendered in white here too.