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