☑️ bashParser.ts

This commit is contained in:
nirholas
2026-03-31 10:24:11 +00:00
parent 23723d305c
commit 98552ed29d

View File

@@ -4434,3 +4434,4 @@ function isArithStop(P: ParseState, stop: string): boolean {
if (stop === ':}') return c === ':' || c === '}'
return c === '' || c === '\n'
}