tribuchet: building on jamie treefmt v2.5.0traversed 1250 files emitted 538 files for processing formatted 538 files (3 changed) in 3.082s M home/.pi/agent/extensions/_shell.ts diff --git a/home/.pi/agent/extensions/_shell.ts b/home/.pi/agent/extensions/_shell.ts index 2dd783d..01cae89 100644 --- a/home/.pi/agent/extensions/_shell.ts +++ b/home/.pi/agent/extensions/_shell.ts @@ -15,8 +15,25 @@ export type Token = // Multi-char operators first so e.g. "&&" is not split into "&" "&". const OPERATORS = [ - "<<<", "<<-", "<<", ">>", "&&", "||", ";;", "|&", "&>", ">&", "<&", - "|", "&", ";", "(", ")", "<", ">", "\n", + "<<<", + "<<-", + "<<", + ">>", + "&&", + "||", + ";;", + "|&", + "&>", + ">&", + "<&", + "|", + "&", + ";", + "(", + ")", + "<", + ">", + "\n", ]; // Redirects do not end a simple command; the word after them is a target