polyfont-scope 0.10.0

TextMate scope matching and resolution for polyfont
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "polyfont-scope"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "TextMate scope matching and resolution for polyfont"
repository.workspace = true
readme = "README.md"
keywords = ["font", "syntax-highlighting", "textmate", "editor"]
categories = ["text-editors", "development-tools"]

[dependencies]
polyfont-core = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }