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