Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 880 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 880 Bytes

MakeupJs

Hex pm Hex Docs License.github/workflows/elixir.yml

A Makeup lexer for Javascript.

It's incomplete as of yet and could be expanded to Typescript and jsx/tsx.

Installation

The package can be installed by adding makeup_js to your list of dependencies in mix.exs:

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

The lexer will be automatically registered in Makeup for the languages "javascript" as well as the extensions ".js" and ".javascript".