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.
- Host: GitHub
- URL: https://github.com/vmchale/sql-qq
- Owner: vmchale
- License: bsd-3-clause
- Created: 2020-01-23T15:58:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T15:59:06.000Z (almost 6 years ago)
- Last Synced: 2025-01-08T12:07:56.048Z (about 1 year ago)
- Language: Vim script
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```