trimmed even more fat
This commit is contained in:
parent
5898689697
commit
bf669ee8a7
30 changed files with 1372 additions and 5945 deletions
|
|
@ -1,12 +1,11 @@
|
|||
#ifndef TREE_SITTER_LENGTH_H_
|
||||
#define TREE_SITTER_LENGTH_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include "./point.h"
|
||||
#include "api.h"
|
||||
#include "./api.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct Length {
|
||||
uint32_t bytes;
|
||||
TSPoint extent;
|
||||
} Length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue