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