Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-13 | 1.1 kB | |
v4.25.0 source code.tar.gz | 2025-08-13 | 168.1 kB | |
v4.25.0 source code.zip | 2025-08-13 | 424.5 kB | |
Totals: 3 Items | 593.7 kB | 0 |
Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.24.2...v4.25.0
:::shell
npm i @uiw/react-codemirror@4.25.0
- 📖 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.
:::diff
import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';
+ langs.js();
- langs.javascript();