I'm pretty unfamiliar with the syntax for ctags regex and was wondering if there's a reason that the following wouldn't work? ```js export class Foo { // ... } ``` I'd expect to be able to reach `Foo` as a class if that makes sense.