highlighter-languages 0.1.1-alpha

Officially maintained language extensions for Highlighter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "highlighter-languages"
description = "Officially maintained language extensions for Highlighter."
license = "MIT"
homepage = "https://github.com/trimorphdev/highlighter"
repository = "https://github.com/trimorphdev/highlighter"
readme = "../../README.md"
version = "0.1.1-alpha"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
all-languages = ["brainheck"]
brainheck = []

[dependencies]
highlighter-core = { path = "../highlighter-core", version = "0.1.1-alpha" }