Skip to content

Commit

Permalink
build: bump tree-sitter from 68c1fb6 to 3661689
Browse files Browse the repository at this point in the history
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from `68c1fb6` to `3661689`.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@68c1fb6...3661689)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 5432ade commit 5cf2f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree-sitter
Submodule tree-sitter updated 58 files
+0 −0 .github/cliff.toml
+31 −9 .github/workflows/build.yml
+66 −0 .github/workflows/nvim_ts.yml
+152 −162 Cargo.lock
+1 −1 Cargo.toml
+2 −2 Makefile
+15 −74 cli/build.rs
+2 −4 cli/generate/src/build_tables/build_parse_table.rs
+4 −2 cli/generate/src/nfa.rs
+92 −287 cli/generate/src/prepare_grammar/expand_tokens.rs
+0 −1 cli/generate/src/prepare_grammar/unicode-categories.json
+0 −1 cli/generate/src/prepare_grammar/unicode-category-aliases.json
+0 −1 cli/generate/src/prepare_grammar/unicode-properties.json
+0 −1 cli/generate/src/prepare_grammar/unicode-property-aliases.json
+17 −8 cli/generate/src/render.rs
+2 −1 cli/generate/src/templates/array.h
+4 −0 cli/loader/Cargo.toml
+7 −2 cli/loader/src/lib.rs
+1 −1 cli/npm/dsl.d.ts
+16 −16 cli/src/init.rs
+1 −0 cli/src/lib.rs
+22 −5 cli/src/main.rs
+3 −0 cli/src/templates/.editorconfig
+0 −1 cli/src/templates/PARSER_NAME.pc.in
+3 −1 cli/src/templates/binding.go
+6 −1 cli/src/templates/binding.gyp
+3 −3 cli/src/templates/binding_test.js
+4 −5 cli/src/templates/build.rs
+0 −2 cli/src/templates/cmakelists.cmake
+28 −4 cli/src/templates/gitattributes
+0 −1 cli/src/templates/index.d.ts
+0 −1 cli/src/templates/js-binding.cc
+3 −9 cli/src/templates/package.json
+8 −4 cli/src/templates/package.swift
+0 −1 cli/src/templates/pyproject.toml
+17 −15 cli/src/templates/setup.py
+2 −2 cli/src/tests/detect_language.rs
+24 −65 cli/src/tests/language_test.rs
+264 −0 cli/src/version.rs
+22 −0 docs/section-3-creating-parsers.md
+12 −9 lib/CMakeLists.txt
+7 −2 lib/Cargo.toml
+1 −1 lib/binding_rust/README.md
+1 −1 lib/binding_rust/bindings.rs
+28 −12 lib/binding_rust/lib.rs
+4 −9 lib/binding_web/binding.js
+1 −1 lib/binding_web/test/helper.js
+6 −1 lib/include/tree_sitter/api.h
+2 −1 lib/src/array.h
+4 −0 lib/src/language.c
+1 −1 lib/src/language.h
+1 −0 lib/src/parser.h
+0 −3 lib/src/tree_cursor.c
+21 −15 lib/src/wasm_store.c
+0 −245 script/generate-unicode-categories-json
+0 −8 script/generate-wasm-exports-list
+55 −2 xtask/src/generate.rs
+3 −0 xtask/src/main.rs

0 comments on commit 5cf2f50

Please sign in to comment.