-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Submodule tree-sitter
updated
101 files
Submodule tree-sitter-gitcommit
updated
7 files
+16 −0 | corpus/body.txt | |
+3 −1 | grammar.js | |
+42 −24 | queries/highlights.scm | |
+2 −5 | queries/injections.scm | |
+18 −4 | src/grammar.json | |
+4 −0 | src/node-types.json | |
+15,345 −14,897 | src/parser.c |
Submodule tree-sitter-haskell
updated
6 files
+103 −0 | .github/workflows/release.yml | |
+25 −13 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+3 −1 | package.json | |
+2 −4 | src/scanner.c | |
+2 −2 | test/edit/LambdaCaseEnd.target |
Submodule tree-sitter-javascript
updated
6 files
+2 −2 | grammar.js | |
+6 −3 | package.json | |
+2 −2 | src/grammar.json | |
+4,490 −4,436 | src/parser.c | |
+60 −0 | src/tree_sitter/alloc.h | |
+290 −0 | src/tree_sitter/array.h |
Submodule tree-sitter-json
updated
3 files
+1 −1 | Cargo.toml | |
+6 −36 | bindings/rust/build.rs | |
+6 −19 | bindings/rust/lib.rs |
Submodule tree-sitter-openscad
updated
12 files
+4 −11 | .github/workflows/ci.yml | |
+5 −3 | .gitignore | |
+3 −0 | .gitmodules | |
+59 −0 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+5 −0 | NEWS.md | |
+1 −0 | examples/openscad | |
+2,722 −0 | package-lock.json | |
+4 −3 | package.json | |
+0 −0 | script/known_failures.txt | |
+0 −34 | script/parse-examples | |
+75 −0 | test.js |
Submodule tree-sitter-php
updated
13 files
+1 −1 | Cargo.toml | |
+1 −1 | bindings/rust/README.md | |
+3 −3 | common/define-grammar.js | |
+23 −1 | common/test/corpus/bugs.txt | |
+2 −0 | common/test/corpus/string.txt | |
+4 −4 | common/test/highlight/literals.php | |
+6 −3 | package.json | |
+66 −64 | php/src/grammar.json | |
+53,091 −53,117 | php/src/parser.c | |
+66 −64 | php_only/src/grammar.json | |
+8,403 −8,439 | php_only/src/parser.c | |
+18 −17 | queries/highlights.scm | |
+2 −2 | script/parse-examples |
Submodule tree-sitter-purescript
updated
32 files
+10 −0 | .editorconfig | |
+9 −3 | .gitattributes | |
+36 −0 | .gitignore | |
+58 −56 | Makefile | |
+25 −0 | Package.swift | |
+16 −0 | bindings/c/tree-sitter-purescript.h | |
+11 −0 | bindings/c/tree-sitter-purescript.pc.in | |
+14 −0 | bindings/go/binding.go | |
+15 −0 | bindings/go/binding_test.go | |
+5 −0 | bindings/go/go.mod | |
+3 −0 | bindings/python/tree_sitter_purescript/__init__.py | |
+1 −0 | bindings/python/tree_sitter_purescript/__init__.pyi | |
+27 −0 | bindings/python/tree_sitter_purescript/binding.c | |
+0 −0 | bindings/python/tree_sitter_purescript/py.typed | |
+3 −26 | bindings/rust/build.rs | |
+12 −10 | bindings/rust/lib.rs | |
+16 −0 | bindings/swift/TreeSitterPurescript/purescript.h | |
+1 −0 | flake.nix | |
+0 −22 | grammar.js | |
+1 −1 | grammar/basic.js | |
+2 −2 | grammar/id.js | |
+1 −1 | grammar/util.js | |
+22 −18 | package.json | |
+26 −0 | pyproject.toml | |
+177 −144 | queries/highlights.scm | |
+12 −4 | queries/locals.scm | |
+9 −3 | queries/textobjects.scm | |
+49 −0 | setup.py | |
+5 −46 | src/grammar.json | |
+379 −0 | types/dsl.d.ts | |
+182 −139 | vim_queries/highlights.scm | |
+12 −4 | vim_queries/locals.scm |
Submodule tree-sitter-python
updated
41 files
Submodule tree-sitter-rust
updated
4 files
+1 −1 | grammar.js | |
+1 −1 | src/grammar.json | |
+55,438 −55,426 | src/parser.c | |
+4 −1 | test/corpus/source_files.txt |
Submodule tree-sitter-ssh-config
updated
from b85958 to 4fab1c
Submodule tree-sitter-xml
updated
3 files
+9 −8 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/publish.yml | |
+1 −1 | xml/src/scanner.c |
Submodule tree-sitter-ziggy
updated
36 files