Skip to content

Commit

Permalink
build: include common files
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 22, 2024
1 parent 5520eaa commit 62516e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-md"
description = "Markdown grammar for tree-sitter"
version = "0.2.2"
version = "0.2.3"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "markdown"]
Expand All @@ -20,6 +20,8 @@ include = [
"tree-sitter-markdown-inline/grammar.js",
"tree-sitter-markdown/queries/*",
"tree-sitter-markdown-inline/queries/*",
"common/grammar.js",
"common/html_entities.json",
]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion common/common.mak

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tree-sitter-grammars/tree-sitter-markdown",
"version": "0.2.2",
"version": "0.2.3",
"description": "Markdown grammar for tree-sitter",
"repository": "github:tree-sitter-grammars/tree-sitter-markdown",
"author": "MDeiml (https://github.com/MDeiml)",
Expand All @@ -19,7 +19,9 @@
"bindings/node/*",
"tree-sitter-*/grammar.js",
"tree-sitter-*/queries/*",
"tree-sitter-*/src/**"
"tree-sitter-*/src/**",
"common/grammar.js",
"common/html_entities.json"
],
"dependencies": {
"node-addon-api": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-markdown"
description = "Markdown grammar for tree-sitter"
version = "0.2.2"
version = "0.2.3"
keywords = ["incremental", "parsing", "tree-sitter", "markdown"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 62516e8

Please sign in to comment.