HerringtonDarkholme / yats.vim

Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
Vim License
649 stars 68 forks source link

Add highlighting for the new `override` keyword #246

Closed kmoschcau closed 3 years ago

kmoschcau commented 3 years ago

Typescript 4.3 added a new override keyword. This should be highlighted for class member functions. For reference, see here: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag