mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 08:35:53 +02:00
chroma: fix style parameter (#10183)
This commit is contained in:
parent
866045c716
commit
577ce2b8cf
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
||||||
|
|
||||||
- Highlight a source file with the C++ lexer and output to an SVG, using the Monokai style:
|
- Highlight a source file with the C++ lexer and output to an SVG, using the Monokai style:
|
||||||
|
|
||||||
`chroma --lexer="{{c++}}" --formatter="{{svg}}" --syle="{{monokai}}" {{source_file}} > {{svg_file}}`
|
`chroma --lexer="{{c++}}" --formatter="{{svg}}" --style="{{monokai}}" {{source_file}} > {{svg_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue