☑️ bashParser.ts
This commit is contained in:
@@ -4434,3 +4434,4 @@ function isArithStop(P: ParseState, stop: string): boolean {
|
|||||||
if (stop === ':}') return c === ':' || c === '}'
|
if (stop === ':}') return c === ':' || c === '}'
|
||||||
return c === '' || c === '\n'
|
return c === '' || c === '\n'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user