diff options
Diffstat (limited to 'vendor/tree-sitter/lib/src/lib.c')
| -rw-r--r-- | vendor/tree-sitter/lib/src/lib.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/tree-sitter/lib/src/lib.c b/vendor/tree-sitter/lib/src/lib.c new file mode 100644 index 0000000..5aab20d --- /dev/null +++ b/vendor/tree-sitter/lib/src/lib.c | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | // The Tree-sitter library can be built by compiling this one source file. | ||
| 2 | // | ||
| 3 | // The following directories must be added to the include path: | ||
| 4 | // - include | ||
| 5 | |||
| 6 | #define _POSIX_C_SOURCE 200112L | ||
| 7 | |||
| 8 | #include "./alloc.c" | ||
| 9 | #include "./get_changed_ranges.c" | ||
| 10 | #include "./language.c" | ||
| 11 | #include "./lexer.c" | ||
| 12 | #include "./node.c" | ||
| 13 | #include "./parser.c" | ||
| 14 | #include "./query.c" | ||
| 15 | #include "./stack.c" | ||
| 16 | #include "./subtree.c" | ||
| 17 | #include "./tree_cursor.c" | ||
| 18 | #include "./tree.c" | ||
