mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-07 13:35:16 +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) {
|
if (output_type == output_type_pygments_csv) {
|
||||||
std::string output = make_pygments_csv(src);
|
std::string output = make_pygments_csv(src);
|
||||||
fputs(output.c_str(), stdout);
|
fputs(output.c_str(), stdout);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
const wcstring output_wtext = prettify(src, do_indent);
|
const wcstring output_wtext = prettify(src, do_indent);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user