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