*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user