Files
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

7 lines
313 B
C

// Compile vendored tree-sitter runtime as a single compilation unit.
// Source: tree-sitter v0.26.0 (DeusData fork)
//
// lib.c internally #includes all other runtime .c files, so we only
// need this one entry point. The runtime headers are at vendored/ts_runtime/src/.
#include "vendored/ts_runtime/src/lib.c"