Commit e6cdb08
1 parent c7077e9 commit e6cdb08
1 file changed
+1
-1
lines changed- .appveyor.yml-22
- .editorconfig+39
- .eslintrc.js-20
- .gitattributes+8-7
- .github/workflows/ci.yml+34-21
- .github/workflows/fuzz.yml+7-8
- .github/workflows/lint.yml+13-6
- .github/workflows/publish.yml+23
- .github/workflows/release.yml-103
- .gitignore+37-5
- .npmignore-5
- .travis.yml-7
- Cargo.toml+6-7
- Makefile+111
- Package.swift+21-7
- README.md+2
- binding.gyp+7-5
- bindings/c/tree-sitter-css.h+16
- bindings/c/tree-sitter-css.pc.in+11
- bindings/go/binding.go+13
- bindings/go/binding_test.go+15
- bindings/go/go.mod+5
- bindings/node/binding.cc+14-22
- bindings/node/index.d.ts+28
- bindings/node/index.js+3-15
- bindings/python/tree_sitter_css/__init__.py+5
- bindings/python/tree_sitter_css/__init__.pyi+1
- bindings/python/tree_sitter_css/binding.c+27
- bindings/python/tree_sitter_css/py.typed
- bindings/rust/README.md-36
- bindings/rust/build.rs+9-6
- bindings/rust/lib.rs+10-4
- bindings/swift/TreeSitterCSS/css.h+1-1
- grammar.js-3
- package-lock.json+1.5k
- package.json+83-16
- pyproject.toml+33
- setup.py+57
- src/grammar.json-1
- src/parser.c+921-895
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+51-10
0 commit comments