README.md
# MakeupTs
## [](https://hex.pm/packages/makeup_ts) [](https://hexdocs.pm/makeup_ts) [](https://opensource.org/licenses/MIT)
<!-- MDOC !-->
A `Makeup` lexer for Typescript(and 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_ts` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:makeup_ts, "~> 0.1.0"}
]
end
```
The lexer will be automatically registered in Makeup for the languages "javascript" as well as the extensions ".js" and ".javascript".