README.md
# MakeupSql
## [![Hex pm](http://img.shields.io/hexpm/v/makeup_sql.svg?style=flat)](https://hex.pm/packages/makeup_sql) [![Hex Docs](https://img.shields.io/badge/hex-docs-9768d1.svg)](https://hexdocs.pm/makeup_sql)
A [Makeup](https://github.com/elixir-makeup/makeup/) lexer for SQL.
## Installation
Add `makeup_sql` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:makeup_sql, "~> 0.1.0"}
]
end
```
The lexer will be automatically registered in Makeup for SQL.