Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Haskell Quasi SqlNew to Visual Studio Code? Get it now.
Haskell Quasi Sql

Haskell Quasi Sql

Nathan Gaar

|
1 install
| (0) | Free
Higlights SQL within haskell quasi quotes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Haskell SQL Quasiquotes (VS Code Extension)

A Visual Studio Code extension for syntax highlighting of SQL quasiquotes in Haskell.
Supports [sql| ... |], [rawSql| ... |], and [isql| ... |] blocks, with interpolations.

Features

  • Highlights SQL inside Haskell quasiquotes in .hs and .lhs files.
  • Supports optional namespace prefixes like [Query.isql| ... |].
  • Detects and highlights three types of interpolations:
    • ${value}
    • #{value}
    • funcName{value} (function-based interpolation)

Example

SQL highlighting example

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft