logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chroma-v2 - general purpose syntax highlighting program

Bugs

       See GitHub Issues: <https://github.com/alecthomas/chroma/issues>

                                                                                                    CHROMA-V2(1)

Description

       This manual page documents briefly the chroma-v2 command.

Name

chroma-v2 - general purpose syntax highlighting program

Options

       This  program follow the usual GNU command-line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       –help  Show context-sensitive help.

       –list  List lexers, styles and formatters.

       –unbuffered
              Do not buffer output.

       –trace Trace lexer states as they are traversed.

       –check Do not format, check for tokenization errors instead.

       –filename=FILENAME
              Filename to use for selecting a lexer when reading from stdin.

       -l, –lexer=autodetect
              Lexer to use when formatting.

       -s, –style=swapoff
              Style to use for formatting.

       -f, –formatter=terminal
              Formatter to use.

       –html  Enable HTML mode (equivalent to `–formatterhtml').

       –html-prefix=PREFIX
              HTML CSS class prefix.

       –html-styles
              Output HTML CSS styles.

       –html-only
              Output HTML fragment.

       –html-inline-styles
              Output HTML with inline styles (no classes).

       –html-tab-width=8
              Set the HTML tab width.

       –html-lines
              Include line numbers in output.

       –html-lines-table
              Split line numbers and code in a HTML table

       –html-lines-style=HTML-LINES-STYLE
              Style for line numbers.

       –html-highlight=N[:M][,...]
              Highlight these lines.

       –html-highlight-style=HTML-HIGHLIGHT-STYLE
              Style used for highlighting lines.

       –html-base-line=1
              Base line number.

       –version
              Show application version.

Synopsis

chroma-v2 [options] files ...

See Also