Fix backwards logic for cancellation flag
This commit is contained in:
parent
60265e807c
commit
3340168097
5 changed files with 61 additions and 41 deletions
|
|
@ -10,6 +10,7 @@ extern "C" {
|
|||
typedef enum {
|
||||
TSHighlightOk,
|
||||
TSHighlightUnknownScope,
|
||||
TSHighlightTimeout,
|
||||
} TSHighlightError;
|
||||
|
||||
// The list of scopes which can be styled for syntax highlighting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue