leafgarland / typescript-vim

Typescript syntax files for Vim
1.9k stars 144 forks source link

Can't properly syntax the generic arguments of a function which is the return value of a function with a function argument #190

Open ForkKILLET opened 3 years ago

ForkKILLET commented 3 years ago

Like this: (l: (s: string) => void) => <T> (t: T) => t. (used by mixins)