pygmentize
Python-based syntax highlighter.
=> More information.
- Highlight file syntax and print to standard output (language is inferred from the file extension):
pygmentize {file.py}
- Explicitly set the language for syntax highlighting:
pygmentize -l {javascript} {input_file}
- List available lexers (processors for input languages):
pygmentize -L lexers
- Save output to a file in HTML format:
pygmentize -f html -o {output_file.html} {input_file.py}
- List available output formats:
pygmentize -L formatters
- Output an HTML file, with additional formatter options (full page, with line numbers):
pygmentize -f html -O "full,linenos=True" -o {output_file.html} {input_file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/pygmentize.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.263578 milliseconds
- Gemini-to-HTML Time
- 0.679994 milliseconds
This content has been proxied by September (ba2dc).