Skip to content

Commit

Permalink
Add language objc (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp authored Apr 29, 2024
1 parent 7bdd764 commit 044d8c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions native/comrak_nif/Cargo.lock

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

3 changes: 2 additions & 1 deletion native/comrak_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ phf = { version = "0.11", features = ["macros"] }
tree-sitter = "0.20"
tree-sitter-highlight = "0.20"
v_htmlescape = "0.15"
inkjet = { version = "0.10.4", default-features = false, features = [
inkjet = { version = "0.10.5", default-features = false, features = [
"html",
"language-bash",
"language-c",
Expand Down Expand Up @@ -54,6 +54,7 @@ inkjet = { version = "0.10.4", default-features = false, features = [
"language-llvm",
"language-lua",
"language-make",
"language-objc",
"language-ocaml",
"language-ocaml-interface",
"language-pascal",
Expand Down
3 changes: 2 additions & 1 deletion native/comrak_nif/vendor/autumn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tree-sitter = "0.20"
tree-sitter-highlight = "0.20"
# inkjet = { git = "https://github.com/fork/inkjet.git", branch = "master", version = "0.10.4" , default-features = false, features = [
# inkjet = { path = "/path/to/inkjet" , version = "0.10.4" , default-features = false, features = [
inkjet = { version = "0.10.4" , default-features = false, features = [
inkjet = { version = "0.10.5" , default-features = false, features = [
"html",
"language-bash",
"language-c",
Expand Down Expand Up @@ -48,6 +48,7 @@ inkjet = { version = "0.10.4" , default-features = false, features = [
"language-llvm",
"language-lua",
"language-make",
"language-objc",
"language-ocaml",
"language-ocaml-interface",
"language-pascal",
Expand Down

0 comments on commit 044d8c5

Please sign in to comment.