Rename type ts_input_edit -> TSInputEdit
This commit is contained in:
parent
ff13122419
commit
c8797bfa27
5 changed files with 9 additions and 9 deletions
|
|
@ -37,7 +37,7 @@ void ts_document_set_input(TSDocument *document, TSInput input) {
|
|||
document->tree = document->parser.parse_fn(document->parser.data, input, NULL);
|
||||
}
|
||||
|
||||
void ts_document_edit(TSDocument *document, ts_input_edit edit) {
|
||||
void ts_document_edit(TSDocument *document, TSInputEdit edit) {
|
||||
document->tree = document->parser.parse_fn(document->parser.data, document->input, &edit);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue