Skip to main content

A pygments lexer and style for mkgmap style files

Project description

A pygments lexer for mkgmap style files

This package installs a new lexer for pygmentize to syntax highlight mkgmap style files. You can then use pygmentize (or the API) with the lexer ‘mkgmap’ to highlight style files.

Installing this package will install pygments if it not already installed:

pip install mkgmap-pygments

Usage

To just display a file to the terminal:

pygmentize -l mkgmap lines

To create a complete html file:

pygmentize -l mkgmap -f html -Ofull=true -o output.html lines

Style

The package also includes a pygments style named mkgmap.

You might prefer it to the default style as it will be used in the mkgmap manual and website.

To create a complete html file using the mkgmap style:

pygmentize -l mkgmap -f html -Ofull=true,style=mkgmap -o output.html lines

Project details


Release history Release notifications | RSS feed

This version

1.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkgmap-pygments-1.5.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

mkgmap_pygments-1.5-py2-none-any.whl (6.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page