-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump markdown-inline grammar (#768)
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
2ab84fb
commit bbae0a1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule markdown-inline
updated
26 files
+1 −0 | .gitattributes | |
+8 −5 | .github/workflows/ci.yml | |
+6 −0 | .github/workflows/publish.yml | |
+14 −2 | Cargo.toml | |
+2 −0 | README.md | |
+2 −2 | bindings/go/binding_test.go | |
+0 −5 | bindings/go/go.mod | |
+14 −0 | bindings/node/binding_test.js | |
+17 −0 | bindings/python/tests/test_binding.py | |
+4 −4 | bindings/python/tree_sitter_markdown/binding.c | |
+7 −4 | bindings/rust/build.rs | |
+35 −476 | bindings/rust/lib.rs | |
+467 −0 | bindings/rust/parser.rs | |
+0 −0 | common/common.js | |
+23 −19 | common/common.mak | |
+7 −0 | go.mod | |
+22 −34 | package-lock.json | |
+9 −9 | package.json | |
+4 −4 | pyproject.toml | |
+2 −2 | setup.py | |
+1 −1 | tree-sitter-markdown-inline/grammar.js | |
+5,588 −5,436 | tree-sitter-markdown-inline/src/parser.c | |
+44 −8 | tree-sitter-markdown-inline/src/tree_sitter/parser.h | |
+1 −1 | tree-sitter-markdown/grammar.js | |
+4,843 −4,701 | tree-sitter-markdown/src/parser.c | |
+44 −8 | tree-sitter-markdown/src/tree_sitter/parser.h |