-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and regenerate CSS parser (#12)
Co-authored-by: mskelton <[email protected]>
- Loading branch information
1 parent
764af55
commit 2e0e623
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule tree-sitter-css
updated
25 files
+4 −0 | .editorconfig | |
+2 −0 | .gitattributes | |
+6 −2 | .github/workflows/ci.yml | |
+0 −2 | .github/workflows/fuzz.yml | |
+2 −0 | .github/workflows/publish.yml | |
+5 −2 | .gitignore | |
+60 −0 | CMakeLists.txt | |
+11 −4 | Cargo.lock | |
+5 −4 | Cargo.toml | |
+13 −33 | Makefile | |
+1 −24 | Package.swift | |
+8 −8 | bindings/c/tree-sitter-css.pc.in | |
+1 −1 | bindings/python/tree_sitter_css/__init__.py | |
+4 −4 | bindings/rust/lib.rs | |
+5 −0 | eslint.config.mjs | |
+1 −1 | go.mod | |
+2 −0 | go.sum | |
+2 −4 | grammar.js | |
+243 −166 | package-lock.json | |
+8 −61 | package.json | |
+1 −1 | pyproject.toml | |
+1 −0 | src/grammar.json | |
+1 −0 | src/node-types.json | |
+4 −4 | src/tree_sitter/alloc.h | |
+41 −0 | tree-sitter.json |