codemirror / google-modes

A consistent set of modes for C, C++, Java, Go, JavaScript, TypeScript, Python, HTML, and Angular Templates
MIT License
33 stars 28 forks source link

[ts] extends/implements syntax is incomplete #328

Closed mtaran-google closed 3 years ago

mtaran-google commented 3 years ago
class Foo extends Bar implements IBaz, IQuux {
}

should highlight both IBaz and IQuux as types, but gets broken after IBaz.

marijnh commented 3 years ago

Attached patch should fix this.