Ctrl+P
Highlights SPARQL tagged template literals in .ts/.tsx files.
.ts
.tsx
const query = sparql` SELECT ?s ?p ?o WHERE { ?s ?p ?o. } `;