Export the symbol over ts_language_….
This commit is contained in:
parent
8143224098
commit
09162d1981
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ void ts_document_set_language(TSDocument *, const TSLanguage *);
|
|||
TSInput ts_document_input(TSDocument *);
|
||||
void ts_document_set_input(TSDocument *, TSInput);
|
||||
void ts_document_set_input_string(TSDocument *, const char *);
|
||||
const char *ts_document_symbol_name(TSDocument *, TSSymbol);
|
||||
TSDebugger ts_document_debugger(const TSDocument *);
|
||||
void ts_document_set_debugger(TSDocument *, TSDebugger);
|
||||
void ts_document_edit(TSDocument *, TSInputEdit);
|
||||
|
|
@ -80,6 +79,8 @@ void ts_document_invalidate(TSDocument *);
|
|||
TSNode ts_document_root_node(const TSDocument *);
|
||||
size_t ts_document_parse_count(const TSDocument *);
|
||||
|
||||
const char *ts_language_symbol_name(TSDocument *, TSSymbol);
|
||||
|
||||
#define ts_builtin_sym_error 0
|
||||
#define ts_builtin_sym_end 1
|
||||
#define ts_builtin_sym_start 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue