chore: update manifests

significant_whitespace
Amaan Qureshi 2023-10-04 21:41:56 +07:00
parent 926c6e6566
commit bb87e1c574
4 changed files with 19 additions and 17 deletions

9
.gitattributes vendored

@ -1 +1,10 @@
/src/** linguist-vendored
/examples/* linguist-vendored
src/grammar.json linguist-generated
src/node-types.json linguist-generated
src/parser.c linguist-generated
src/grammar.json -diff
src/node-types.json -diff
src/parser.c -diff

13
.gitignore vendored

@ -1,13 +1,6 @@
Cargo.lock
node_modules
build
target
*.log
package-lock.json
Cargo.lock
/.build
/*.a
/*.dylib
/*.so*
*.o
/bindings/c/*.h
/bindings/c/tree-sitter-*.pc
/target/
.build/

@ -1,4 +1,5 @@
corpus
build
script
target
/test
/examples
/build
/script
/target

@ -1,6 +1,5 @@
tree-sitter-json
===========================
# tree-sitter-json
[![Build/test](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml)
[![CI](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml)
JSON grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)