# uce-highlight **Repository Path**: mirrors_WebReflection/uce-highlight ## Basic Information - **Project Name**: uce-highlight - **Description**: Editor friendly code highlights for the Web - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uce-highlight A component that helps editing and highlighting code on a page, mainly suitable for admin/editing areas. **[Live demo](https://webreflection.github.io/uce-highlight/test/)** Please note, if [highlight.js](https://highlightjs.org/) is not provided (both JS and style) it will be downloaded automatically once one component is found on the page. ```html
// lang is any highlight.js compatible language
// theme is any highlight.js theme name
// https://cdnjs.com/libraries/highlight.js
console.log('uce-highlight');
```