A Visual Studio Code extension for syntax highlighting of SQL quasiquotes in Haskell.
Supports [sql| ... |], [rawSql| ... |], and [isql| ... |] blocks, with interpolations.
- Highlights SQL inside Haskell quasiquotes in
.hsand.lhsfiles. - Supports optional namespace prefixes like
[Query.isql| ... |]. - Detects and highlights three types of interpolations:
${value}#{value}funcName{value}(function-based interpolation)
