A pygments lexer suitable for usage in mkdocs tremor documentation.
Currently, parses and syntax highlights tremor-script v0.8.
$ git clone git@github.com:tremor-rs/tremor-mkdocs-lexer
$ python3 ./setup.py install
$ pygmentize -l tremor /path/to/file.tremor
No setup required for local testing, the module will be automatically registered to mkdocs and available in markdown through the following code:
```tremor drop "snot"; ```
$ mkdocs serve