syntax-html 0.2.0

A simple cli application for generating syntax-highlighted HTML of code files
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "syntax-html"
version = "0.2.0"
edition = "2024"
license-file = "LICENSE.txt"
keywords = ["html", "colouring", "highlighting", "syntax"]
categories = ["command-line-utilities", "parsing", "text-processing", "web-programming"]
description = "A simple cli application for generating syntax-highlighted HTML of code files"
repository = "https://git.sagev.space/sage/syntax-html"

[dependencies]
syntect = "5.3.0"
two-face = "0.4.3"