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 cadb630 commit fa6bfd5Copy full SHA for fa6bfd5
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.4"
+version = "0.1.5"
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.4",
+ "version": "0.1.5",
"description": "Markdown grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
0 commit comments