No description
Find a file
2024-01-13 18:45:28 +07:00
.github/workflows init project 2024-01-11 10:33:26 +07:00
src add theme choosing on compile time 2024-01-13 18:45:28 +07:00
tests init project 2024-01-11 10:33:26 +07:00
.gitignore init project 2024-01-11 10:33:26 +07:00
highlightjs.nimble init project 2024-01-11 10:33:26 +07:00
README.md add theme choosing on compile time 2024-01-13 18:45:28 +07:00

highlightjs.nim

highlight.js for Nim

API Reference

Features

  • automatic including library in your HTML (disables with -d:no_i_hljs)

Flags

Flag Description Default
-d:hljsv="11.9.0" Choose other highlight.js version "11.9.0"
-d:hljs_theme="tokyo-night-dark" Choose highlight.js theme "default"
-d:hljs_langs="nim,json,go,python" Choose additional languages separated by "," "nim"
-d:no_i_hljs Disable automatic including cdn library false