tree-sitter/cli/src/templates
2025-07-29 23:52:03 -04:00
..
.editorconfig chore(bindings): correct editorconfig indent size 2024-10-19 18:31:46 +00:00
__init__.py feat: move tree-sitter configuration to dedicated file (#3700) 2024-09-30 11:11:23 -04:00
__init__.pyi feat!: move generation of grammar files to an init command 2024-09-27 16:06:57 -04:00
_cargo.toml fix(bindings): only include top level LICENSE file 2025-07-29 23:52:03 -04:00
binding.go feat(bindings): auto-detect scanners 2024-10-19 18:31:09 +00:00
binding.gyp fix(bindings): fix scanner check in binding.gyp 2024-11-03 06:02:39 -05:00
binding_test.go feat(init): add a title field to grammars 2025-01-25 03:20:43 -05:00
binding_test.js chore(bindings): more small changes 2024-10-20 16:55:27 +00:00
build.rs fix(init): handle parser name replacements better when a kebab-case name is expected 2025-01-25 03:20:43 -05:00
build.zig fix(bindings): correct Zig bindings to expose a language function 2025-02-02 02:07:36 -05:00
build.zig.zon fix(bindings): correct Zig bindings to expose a language function 2025-02-02 02:07:36 -05:00
cmakelists.cmake fix(build): pkgconfig and use of GNUInstallDirs (#4319) 2025-05-31 12:12:29 +02:00
gitattributes fix(bindings): update swift & node dependencies (#4432) (#4499) 2025-06-07 15:09:22 -04:00
gitignore Ignore lock files in grammar repos 2025-05-29 11:33:49 +02:00
go.mod chore(bindings): update go binding version 2024-11-09 21:03:38 +01:00
grammar.js feat: move tree-sitter configuration to dedicated file (#3700) 2024-09-30 11:11:23 -04:00
index.d.ts feat(bindings): drop language name from node 2024-10-26 23:53:58 +00:00
index.js fix(init): handle parser name replacements better when a kebab-case name is expected 2025-01-25 03:20:43 -05:00
js-binding.cc feat(bindings): drop language name from node 2024-10-26 23:53:58 +00:00
lib.rs fix(bindings): use parser title in lib.rs description 2025-07-29 23:51:51 -04:00
makefile fix(build): make install shouldn’t fail when a parser bundles no queries (#4284) 2025-03-14 10:06:40 +01:00
package.json fix(bindings): update swift & node dependencies (#4432) (#4499) 2025-06-07 15:09:22 -04:00
package.swift fix(bindings): update swift & node dependencies (#4432) (#4499) 2025-06-07 15:09:22 -04:00
PARSER_NAME.h feat!: move generation of grammar files to an init command 2024-09-27 16:06:57 -04:00
PARSER_NAME.pc.in chore(bindings): drop pkg-config Requires field 2024-10-19 18:31:46 +00:00
py-binding.c feat(bindings): support free-threaded python build 2025-01-19 12:45:08 -05:00
pyproject.toml fix(cli): require correct setuptools version 2025-06-27 14:46:01 +02:00
root.zig fix(bindings): correct Zig bindings to expose a language function 2025-02-02 02:07:36 -05:00
setup.py feat(bindings): support free-threaded python build 2025-01-19 12:45:08 -05:00
test_binding.py feat(init): add a title field to grammars 2025-01-25 03:20:43 -05:00
tests.swift feat(init): add a title field to grammars 2025-01-25 03:20:43 -05:00