Skip to content

Commit

Permalink
fix: use syntect for deno doc html generation (#26322)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Oct 16, 2024
1 parent 1fd8d09 commit f841722
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 136 deletions.
180 changes: 45 additions & 135 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true }
deno_config = { version = "=0.37.1", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.153.0", features = ["html"] }
deno_doc = { version = "0.154.0", default-features = false, features = ["rust", "html", "syntect"] }
deno_graph = { version = "=0.83.3" }
deno_lint = { version = "=0.67.0", features = ["docs"] }
deno_lockfile.workspace = true
Expand Down

0 comments on commit f841722

Please sign in to comment.