electron / website

:electron: The Electron website
https://electronjs.org
Apache License 2.0
117 stars 126 forks source link

chore: add cjs and mjs aliases for code block syntax highlighting #487

Closed dsanders11 closed 10 months ago

dsanders11 commented 10 months ago

This is in preparation of upstream docs in e/e making usage of cjs and mjs language identifiers in code blocks. Need to add them as aliases for JS so they get syntax highlighting on Docusaurus.

The code changes are a result of following the official docs and running yarn swizzle @docusaurus/theme-classic prism-include-languages, then adding the aliases.