En remix.config.js tengo el siguiente código
mdx: async (filename) => { const [rehypeHighlight] = await Promise.all([ import("rehype-highlight").then((module) => module.default), ]); return { rehypePlugins: [rehypeHighlight], }; },¿Cómo puedo registrar otro idioma (GraphQL) para resaltar de nuevo?