1 file changed
+1
-1
lines changed- .editorconfig+39
- .gitattributes+11
- Cargo.toml+2-2
- Makefile+109
- Package.swift+48
- binding.gyp+8-6
- bindings/c/tree-sitter-cmake.h+16
- bindings/c/tree-sitter-cmake.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_cmake/__init__.py+5
- bindings/python/tree_sitter_cmake/__init__.pyi+1
- bindings/python/tree_sitter_cmake/binding.c+27
- bindings/python/tree_sitter_cmake/py.typed
- bindings/swift/TreeSitterCmake/cmake.h+16
- package.json+27-4
- pyproject.toml+29
- setup.py+57
- src/parser.c+7-4
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- test/corpus/block_commands.txt
- test/corpus/bracket_argument.txt
- test/corpus/comment.txt
- test/corpus/condition.txt
- test/corpus/escape_sequence.txt
- test/corpus/foreach.txt
- test/corpus/function_calls.txt
- test/corpus/gen_exp.txt
- test/corpus/message.txt
- test/corpus/parentheses.txt
- test/corpus/quoted_argument.txt
- test/corpus/unquoted_argument.txt
- test/corpus/while.txt
0 commit comments