Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SPARQL HighlighterNew to Visual Studio Code? Get it now.
SPARQL Highlighter

SPARQL Highlighter

Daniel Beeke

|
12 installs
| (0) | Free
Highlights SPARQL inside TypeScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SPARQL in TypeScript

Highlights SPARQL tagged template literals in .ts/.tsx files.

const query = sparql`
  SELECT ?s ?p ?o
  WHERE {
    ?s ?p ?o.
  }
`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft