mirror of https://github.com/Wilfred/difftastic/
chore: update manifests
parent
926c6e6566
commit
bb87e1c574
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
[](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml)
|
||||
[](https://github.com/tree-sitter/tree-sitter-json/actions/workflows/ci.yml)
|
||||
|
||||
JSON grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
|
||||
|
||||
Loading…
Reference in New Issue