tmlb
v0.1.2
Published
[![npm](https://img.shields.io/npm/v/tmlb?style=flat-square)](https://www.npmjs.com/package/tmlb) ![coverage](https://img.shields.io/codecov/c/github/DiscreteTom/tmlb?style=flat-square) ![build](https://img.shields.io/github/actions/workflow/status/Discre
Downloads
40
Readme
tmlb
TmLanguage builder.
Generate TmLanguage JSON files from TypeScript. Type hint. Avoid escape hell.
Install
yarn add tmlb
Basic Usage
will yield:
See: examples/hello-world.
Advanced
With r-compose, construct readable and maintainable RegExp
.
See examples/r-compose.