diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-04-13 20:12:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-04-13 20:12:51 -0300 |
commit | 7e3ec5cd9242c24d364ee78d9398650fbf06cf1a (patch) | |
tree | f419f0ec4697c715118113966760ee267d812c0c /README.md | |
parent | 34fa5a371e98fbfb6d50fcc232e9f6bf171ad905 (diff) | |
download | perl6-pygments-7e3ec5cd9242c24d364ee78d9398650fbf06cf1a.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Printing some code with a terminal formatter. # OUTPUT: 「I love Rust」 love => 「love」 lang => 「Rust」 ENDCODE - # Format a full html with line numbers and theme `manni` + # Output to terminal with line numbers. Pygments.highlight( $code, "perl6", :formatter<terminal>, :linenos(True) |