]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/commit - src/grammar.json
Initial Commit
authorRuben Beltran del Rio <redacted>
Wed, 4 Oct 2023 11:39:56 +0000 (13:39 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 4 Oct 2023 11:39:56 +0000 (13:39 +0200)
commitdc87cd894bad9ad0202dcd4a89e7d0af47c53fc9
tree19fbc45b90d717b2e150f6ab711b234d9102e423
Initial Commit
17 files changed:
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
binding.gyp [new file with mode: 0644]
bindings/node/binding.cc [new file with mode: 0644]
bindings/node/index.js [new file with mode: 0644]
bindings/rust/build.rs [new file with mode: 0644]
bindings/rust/lib.rs [new file with mode: 0644]
grammar.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
queries/highlights.scm [new file with mode: 0644]
src/grammar.json [new file with mode: 0644]
src/node-types.json [new file with mode: 0644]
src/parser.c [new file with mode: 0644]
src/tree_sitter/parser.h [new file with mode: 0644]
test/corpus/notation.txt [new file with mode: 0644]
test/highlight/notation.api [new file with mode: 0644]