An open API service indexing awesome lists of open source software.

https://github.com/vmchale/sql-qq

Syntax highlighting for quasi-quotes within Haskell.
https://github.com/vmchale/sql-qq

Last synced: 11 months ago
JSON representation

Syntax highlighting for quasi-quotes within Haskell.

Awesome Lists containing this project

README

          

# sql-qq

This package provides syntax highlighting for SQL within Haskell, when one uses
the
[sql](http://hackage.haskell.org/package/postgresql-simple-0.6.2/docs/Database-PostgreSQL-Simple-SqlQQ.html)
quasi-quoter.

## Installation

Using [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'vmchale/sql-qq'
```