Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maartenvanvliet/makeup_js
A `Makeup` lexer for Javascript.
https://github.com/maartenvanvliet/makeup_js
Last synced: 28 days ago
JSON representation
A `Makeup` lexer for Javascript.
- Host: GitHub
- URL: https://github.com/maartenvanvliet/makeup_js
- Owner: maartenvanvliet
- License: mit
- Created: 2022-01-28T19:11:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T15:58:40.000Z (over 1 year ago)
- Last Synced: 2024-10-30T16:56:25.528Z (about 2 months ago)
- Language: Elixir
- Size: 24.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MakeupJs
## [![Hex pm](http://img.shields.io/hexpm/v/makeup_js.svg?style=flat)](https://hex.pm/packages/makeup_js) [![Hex Docs](https://img.shields.io/badge/hex-docs-9768d1.svg)](https://hexdocs.pm/makeup_js) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)![.github/workflows/elixir.yml](https://github.com/maartenvanvliet/makeup_js/workflows/.github/workflows/elixir.yml/badge.svg)
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`:```elixir
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".