Add a prototype for the symbol count.
This commit is contained in:
parent
ecf79564f0
commit
3da510d53b
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ void ts_document_invalidate(TSDocument *);
|
|||
TSNode ts_document_root_node(const TSDocument *);
|
||||
size_t ts_document_parse_count(const TSDocument *);
|
||||
|
||||
size_t ts_language_symbol_count(const TSLanguage *);
|
||||
const char *ts_language_symbol_name(TSLanguage *, TSSymbol);
|
||||
|
||||
#define ts_builtin_sym_error 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue