Skip to content

Commit 3f55d9d

Browse files
committed
Make it clear this is a vscode extension
1 parent 135b193 commit 3f55d9d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# Haskell SQL Quasiquotes
1+
# Haskell SQL Quasiquotes (VS Code Extension)
22

3-
Syntax highlighting for SQL quasiquotes in Haskell, supporting `[sql| ... |]`, `[rawSql| ... |]`, and `[isql| ... |]` blocks.
4-
Includes support for interpolations like `${}`, `#{}`, and `funcName{}`.
3+
A **Visual Studio Code extension** for syntax highlighting of SQL quasiquotes in Haskell.
4+
Supports `[sql| ... |]`, `[rawSql| ... |]`, and `[isql| ... |]` blocks, with interpolations.
55

66
## Features
77

8-
- Highlights SQL inside Haskell quasiquotes.
8+
- Highlights SQL inside Haskell quasiquotes in `.hs` and `.lhs` files.
99
- Supports optional namespace prefixes like `[Query.isql| ... |]`.
1010
- Detects and highlights three types of interpolations:
1111
- `${value}`
1212
- `#{value}`
1313
- `funcName{value}` (function-based interpolation)
14-
- Compatible with `.hs` and `.lhs` Haskell files.
1514

16-
## Examples
15+
## Example
1716

1817
```haskell
1918
[sql|

0 commit comments

Comments
 (0)