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