Construct TSStringInput with explicit length.
This commit is contained in:
parent
819b63e78d
commit
e6927238e1
2 changed files with 12 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ extern "C" {
|
|||
#include "tree_sitter/runtime.h"
|
||||
|
||||
TSInput ts_string_input_make(const char *);
|
||||
TSInput ts_string_input_make_with_length(const char *, uint32_t);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue