 Highlight this code correctly: ``` type Test2<A> = A; type Test = Test2<{}>; type Test3 = string; ``` ref: https://github.com/SpaceVim/SpaceVim/issues/2458
Highlight this code correctly:
ref: wsdjeg/SpaceVim#2458