Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 494 Bytes

MakeupSql

Hex pm Hex Docs

A Makeup lexer for SQL.

Installation

Add makeup_sql to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_sql, "~> 0.1.0"}
  ]
end

The lexer will be automatically registered in Makeup for SQL.