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