Skip to content

tremor-rs/tremor-mkdocs-lexer

tremor-mkdocs-lexer

A pygments lexer suitable for usage in mkdocs tremor documentation.

Currently, parses and syntax highlights tremor-script v0.8.

Local setup on Mac OS X

$ git clone git@github.com:tremor-rs/tremor-mkdocs-lexer
$ python3 ./setup.py install

Local console based teesting

$ pygmentize -l tremor /path/to/file.tremor

Mkdocs setup

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 integration test

$ mkdocs serve

About

Pygments lexers for tremor languages

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages