*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -7,10 +7,10 @@
`chroma --lexer="{{python}}" {{source_file}}`
- Highlight a source file with Go lexer and output to a HTML file:
- Highlight a source file with the Go lexer and output to an HTML file:
`chroma --lexer="{{go}}" --formatter="{{html}}" {{source_file}} > {{html_file}}`
- Highlight a source file with C++ lexer and output to an SVG image, 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}}`