Rename ts_document_set_debugger -> ts_document_set_logger
This commit is contained in:
parent
64a6c9db0e
commit
096ac2d4b6
15 changed files with 78 additions and 101 deletions
|
|
@ -43,7 +43,7 @@ typedef struct TSLexer {
|
|||
TSSymbol result_symbol;
|
||||
|
||||
TSInput input;
|
||||
TSDebugger debugger;
|
||||
TSLogger logger;
|
||||
char debug_buffer[TS_DEBUG_BUFFER_SIZE];
|
||||
} TSLexer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue