0.0.4 • Published 10 months ago
zilite v0.0.4
Yet another code highlighter.
- Uses no dependencies.
- You can contribute more programming languages.
- Is extremely small size.
How to use?
Just see the following example:
For basic HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zilite@0.0.25/src/styles/darkMode.css" />
</head>
<body>
<div class="language-zig nice-code-block">
const zilite:[]const u8 = "Syntax Highlighter";
</div>
<script type="module">
import { highlightElements } from "https://cdn.jsdelivr.net/npm/zilite@0.0.25";
import { zig } from "https://cdn.jsdelivr.net/npm/zilite@0.0.25/src/language/zig.js";
highlightElements(zig, "language-zig");
</script>
</body>
</html>
For use as a node module:
npm i zilite
import * as hl from "higherlight";
import { zig } from "higherlight/src/language/zig";
const highlightedCode = hl.highlight(zig, "const x = 'asdf';");
console.log(highlightedCode);
Understood? or Still confused? Create a new issue and clear your doubts.
Contributing:
Please ⭐️ this repo, create pull requests, issues, etc.
0.0.4
10 months ago
0.0.291
10 months ago
0.0.290
10 months ago
0.0.289
10 months ago
0.0.288
10 months ago
0.0.287
10 months ago
0.0.286
10 months ago
0.0.285
10 months ago
0.0.284
10 months ago
0.0.282
10 months ago
0.0.281
10 months ago
0.0.280
10 months ago
0.0.28
10 months ago
0.0.27
10 months ago
0.0.26
10 months ago
0.0.25
10 months ago
0.0.2
10 months ago