v4.25.0
Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: v4.24.2...v4.25.0
npm i @uiw/[email protected]
- 📖 doc: Update README.md 98acfd8 @jaywcjlove
- 🐞 fix(langs): generate syntax highlighting from file extensions. b46ed3e @jaywcjlove
- 💄 chore: remove example. 250ec77 @jaywcjlove
- 💢 ci: update workflows config. bc3693a @jaywcjlove
The package @uiw/codemirror-extensions-langs
returns syntax highlighting extensions based on file extensions.
import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';
+ langs.js();
- langs.javascript();