We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd705f1 commit 7ce4c69Copy full SHA for 7ce4c69
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tree-sitter-md"
3
description = "markdown grammar for the tree-sitter parsing library"
4
-version = "0.1.5"
+version = "0.1.7"
5
keywords = ["incremental", "parsing", "markdown"]
6
categories = ["parsing", "text-editors"]
7
repository = "https://github.com/MDeiml/tree-sitter-markdown"
package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-markdown",
- "version": "0.1.5",
+ "version": "0.1.7",
"description": "Markdown grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
0 commit comments