Add function exposing in-progress symbols for each state
This commit is contained in:
parent
c8d7c16f87
commit
501e426d29
2 changed files with 16 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ extern "C" {
|
|||
|
||||
#include "tree_sitter/parser.h"
|
||||
|
||||
bool ts_language_symbol_is_in_progress(const TSLanguage *, TSStateId, TSSymbol);
|
||||
|
||||
const TSParseAction *ts_language_actions(const TSLanguage *, TSStateId,
|
||||
TSSymbol, size_t *);
|
||||
TSParseAction ts_language_last_action(const TSLanguage *, TSStateId, TSSymbol);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue