Jump to…
snowinitial commitqoxwzsukwmkx1mo
1[package]
2name = "df-render"
3version.workspace = true
4edition.workspace = true
5rust-version.workspace = true
6license.workspace = true
7
8[dependencies]
9ammonia.workspace = true
10comrak.workspace = true
11
12# Syntax highlighting (spec §8). The grammar set is curated deliberately: each
13# one is a C library compiled into the binary, so adding a language is a real
14# cost and the list is the "roughly the top 25" the spec asks for.
15tree-sitter.workspace = true
16tree-sitter-highlight.workspace = true
17
18tree-sitter-bash = "0.23"
19tree-sitter-c = "0.23"
20tree-sitter-c-sharp = "0.23"
21tree-sitter-cpp = "0.23"
22tree-sitter-css = "0.23"
23tree-sitter-elixir = "0.3"
24tree-sitter-go = "0.23"
25tree-sitter-haskell = "0.23"
26tree-sitter-html = "0.23"
27tree-sitter-java = "0.23"
28tree-sitter-javascript = "0.23"
29tree-sitter-json = "0.24"
30tree-sitter-lua = "0.2"
31tree-sitter-md = "0.3"
32tree-sitter-nix = "0.3"
33tree-sitter-php = "0.23"
34tree-sitter-python = "0.23"
35tree-sitter-ruby = "0.23"
36tree-sitter-rust = "0.24"
37tree-sitter-scala = "0.23"
38tree-sitter-sequel = "0.3"
39tree-sitter-swift = "0.7"
40tree-sitter-toml-ng = "0.7"
41tree-sitter-typescript = "0.23"
42tree-sitter-yaml = "0.7"
43tree-sitter-zig = "1"

43 lines · TOML