asvd/microlight
highlights code in any programming language observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 81
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3750
- days_rel: n/a
- days_push: 114
- n_releases_24m: 0
Adoption not part of the score
1493 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny (2.2k minified) JavaScript library that highlights code snippets in any programming language without requiring language packages or stylesheets. It uses a general language-agnostic highlighting strategy that alters font type and look rather than colors.
Use cases
- highlight code snippets on a blog without loading heavy libraries
- add syntax highlighting to a static page with minimal footprint
- highlight mixed-language code blocks (HTML with embedded JS, CSS, PHP)
- avoid specifying the language of each code snippet
- improve readability of code examples in documentation
When to choose
- you need an extremely small highlighting library with no dependencies
- your snippets mix multiple languages or you don't know the language
- you want a subtle, colorless highlight based on font styling
When to avoid
- you need accurate, language-specific tokenization and rich color themes
- you need highlighting for very large code files or server-side rendering
- you need support for many languages with per-language grammars like Prism or highlight.js provide
Facets
library · maturity maintenance
templating developer-tools web-development frontend developer-tools browser syntax-highlighting code-snippets language-agnostic tiny-library zero-dependency javascript nodejs
3 sources
- readme: https://github.com/asvd/microlight · fetched 2026-08-28 · 9b3b1d57a7bd
- homepage: http://asvd.github.io/microlight · fetched 2026-08-29 · e5265a7f46ad
- registry_npm: https://registry.npmjs.org/microlight · fetched 2026-08-29 · 55f3ba25d873
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| asvd/microlight | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem