Hello! I see that a previous issue (#16) called out a bug when a component uses css.global; I'm seeing what seems to be the same issue when using css.resolve:

Steps To Reproduce
- Add a tagged template using
css.resolve
The current behavior
Syntax highlighting and language server responses (autocomplete options) are incorrect/partially missing
The expected behavior
css.resolve-tagged templates behave the same as <styled jsx> tags and css.global-tagged-templates!