sanity-io / vscode-sanity

Visual Studio Code extension for developing applications powered by Sanity.io
MIT License
51 stars 9 forks source link

fix: add contentName to defineQuery so its treated as GROQ #28

Closed sgulseth closed 2 months ago

sgulseth commented 2 months ago

Without content name the language of the tokens aren't interpreted as GROQ. Before: image

After: image