Skip to content

Commit

Permalink
Support m-c macros where first argument is a declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Apr 8, 2021
1 parent 401fe8a commit 78ddda2
Show file tree
Hide file tree
Showing 10 changed files with 347,106 additions and 331,980 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tree-sitter-python = "0.19.0"
tree-sitter-rust = "0.19.0"
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "0.19.0" }
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "0.19.0" }
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.0" }
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.3" }
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "0.19.0" }

[dev-dependencies]
Expand Down
4 changes: 3 additions & 1 deletion enums/Cargo.lock

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

Loading

0 comments on commit 78ddda2

Please sign in to comment.