Full Changelog: v0.2.0...v0.2.1
A lightweight, efficient syntax highlighting library with zero runtime dependencies. Supports both CommonJS and ES Modules, perfect for both browser and Node.js environments.
Features
- 🚀 Zero runtime dependencies
- 📦 Tiny bundle size
- 🎨 Multiple themes (Light, Dark, Nord, GitHub)
- 🔧 First-class TypeScript support
- 🌐 Universal compatibility (Browser, Node.js)
- ⚡ Fast and reliable tokenization using optimized scanner
- 🎯 Support for 7 popular languages with comprehensive test coverage
Installation
npm install best-highlight
Updates
- Fix formatting and build imports