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