Skip to content

Commit

Permalink
adding web syntax highlighting (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf authored Feb 21, 2024
1 parent 4f99013 commit f3f1292
Show file tree
Hide file tree
Showing 19 changed files with 723 additions and 520 deletions.
64 changes: 56 additions & 8 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ nu-ansi-term = { version = "0.49.0", optional = true }
# wasm
wasm-bindgen = { version = "=0.2.87", optional = true }
js-sys = "0.3.64"
serde = { version = "1.0.197", features = ["derive"] }
gloo-utils = { version = "0.2.0", features = ["serde"] }

# cli
clap = { version = "4.5.1", features = ["derive"] }
Expand Down
Loading

0 comments on commit f3f1292

Please sign in to comment.