Skip to content

Best Highlight v0.2.1

Latest
Compare
Choose a tag to compare
@The-Best-Codes The-Best-Codes released this 12 Dec 20:45
787fada

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