nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.08k stars 624 forks source link

docs: correct default `highlight.langs` in JSDoc #2559

Closed Mini-ghost closed 7 months ago

Mini-ghost commented 7 months ago

🔗 Linked issue

N/A

❓ Type of change

📚 Description

The current JSDoc comment mentions that the default setting for highlight.langs is ['js', 'ts', 'vue', 'css', 'html', 'vue', 'shell']. However, the actual default in @nuxtjs/mdc is ['js', 'jsx', 'json', 'ts', 'tsx', 'vue', 'css', 'html', 'vue', 'bash', 'md', 'mdc', 'yaml'].

📝 Checklist