mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-30 22:51:36 +08:00
fish_indent: Fix pygments
This commit is contained in:
parent
6c0ae7477e
commit
e339e0f389
|
@ -645,6 +645,7 @@ int main(int argc, char *argv[]) {
|
|||
if (output_type == output_type_pygments_csv) {
|
||||
std::string output = make_pygments_csv(src);
|
||||
fputs(output.c_str(), stdout);
|
||||
continue;
|
||||
}
|
||||
|
||||
const wcstring output_wtext = prettify(src, do_indent);
|
||||
|
|
Loading…
Reference in New Issue
Block a user