case 'bash': {
      const { shell } = await import('@codemirror/legacy-modes/mode/shell')
      return compartment.of(StreamLanguage.define(shell))
    }