Hi there, I think I found a bug. Let me know if there's anything else you need. Thanks again for your spectacular work on this! 😄 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.22 / latest **Code** ```ts declare module 'foo'; //^^^^^^^ source.ts storage.modifier.ts // ^^^^^^ source.ts meta.namespace.declaration.ts storage.type.namespace.ts // ^^^ source.ts meta.namespace.declaration.ts string.quoted.single.ts declare module 'bar'; //^^^^^^^ ^^^^^^ source.ts meta.namespace.declaration.ts entity.name.type.module.ts // ^^^ source.ts meta.namespace.declaration.ts string.quoted.single.ts declare module 'baz'; interface Foo { //^^^^^^^^^ ^^^ source.ts meta.namespace.declaration.ts entity.name.type.module.ts bar: string; // ^^^^ ^^^^^^ source.ts meta.namespace.declaration.ts meta.block.ts variable.other.readwrite.ts } ``` **Screenshot from VSCode:** 