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