mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
# highlight syntax: use go lexer, style monokai, 256 colors terminal
|
|
pygmentize -f terminal256 -l go -g -P style=monokai
|
|
|
|
# use filter (keywordcase), will change keywords to upper case
|
|
pygmentize -f html -l pascal -F keywordcase:case=upper main.pas
|
|
|