Skip to content

Commit

Permalink
dev: syntax highlighting for EVM Assembly (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif authored Oct 2, 2024
1 parent edb62a1 commit eb0b863
Show file tree
Hide file tree
Showing 20 changed files with 7,795 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/mpt_trie/ @0xaatif @Nashtare @muursh
/trace_decoder/ @0xaatif @muursh @Nashtare
.github/ @0xaatif @atanmarko @muursh @Nashtare
/vscode-extension @0xaatif
/evm_arithmetization/src/bin/lsp-server.rs @0xaatif
86 changes: 86 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hex = { workspace = true, optional = true }
hex-literal.workspace = true
itertools.workspace = true
keccak-hash.workspace = true
line-index = "0.1.1"
log.workspace = true
mpt_trie.workspace = true
num.workspace = true
Expand All @@ -47,6 +48,10 @@ starky = { workspace = true, features = ["parallel"] }
static_assertions.workspace = true
thiserror.workspace = true
tiny-keccak.workspace = true
tokio.workspace = true
tower-lsp = "0.20.0"
tracing.workspace = true
url.workspace = true
zk_evm_common.workspace = true
zk_evm_proc_macro.workspace = true

Expand Down
Loading

0 comments on commit eb0b863

Please sign in to comment.