Skip to content

Commit

Permalink
chore: update links & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Feb 9, 2024
1 parent ea09138 commit 54411b2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[package]
name = "tree-sitter-xml"
description = "XML grammar for tree-sitter"
version = "0.2.1"
version = "0.3.0"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "dtd", "xml"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/ObserverOfTime/tree-sitter-xml"
repository = "https://github.com/tree-sitter-grammars/tree-sitter-xml"
edition = "2021"

build = "bindings/rust/build.rs"
include = [
"common/*",
"bindings/rust/*",
"tree-sitter-dtd/grammar.js",
"tree-sitter-dtd/src/*",
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# tree-sitter-xml

[![CI][badge]](https://github.com/ObserverOfTime/tree-sitter-xml/actions)
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-xml/actions)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#nvim-treesitter:matrix.org)

A tree-sitter parser for XML & DTD files.

Expand All @@ -15,5 +17,8 @@ A tree-sitter parser for XML & DTD files.
- [x] Neovim
- [ ] Helix _(has alternatives)_
- [x] Emacs
- [ ] Zed

[badge]: https://badgen.net/github/checks/ObserverOfTime/tree-sitter-xml?label=CI&icon=github
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-xml/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=tree-sitter
[matrix]: https://img.shields.io/matrix/nvim-treesitter%3Amatrix.org?logo=matrix&label=nvim-treesitter
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tree-sitter-xml",
"version": "0.2.1",
"name": "@chronobserver/tree-sitter-xml",
"version": "0.3.0",
"license": "MIT",
"description": "XML & DTD grammars for tree-sitter",
"repository": "ObserverOfTime/tree-sitter-xml",
"repository": "tree-sitter-grammars/tree-sitter-xml",
"author": {
"name": "ObserverOfTime",
"email": "[email protected]",
Expand All @@ -16,12 +16,12 @@
"xml",
"dtd"
],
"main": "./bindings/node",
"main": "bindings/node",
"dependencies": {
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "~0.20.8"
},
"scripts": {
"build": "npm run build-dtd && npm run build-xml",
Expand All @@ -35,6 +35,9 @@
"playground-xml": "cd tree-sitter-xml && tree-sitter build-wasm && tree-sitter playground",
"playground-dtd": "cd tree-sitter-dtd && tree-sitter build-wasm && tree-sitter playground"
},
"publishConfig": {
"access": "public"
},
"tree-sitter": [
{
"scope": "source.xml",
Expand Down

0 comments on commit 54411b2

Please sign in to comment.