Fix backwards logic for cancellation flag

This commit is contained in:
Max Brunsfeld 2019-03-20 13:14:02 -07:00
parent 60265e807c
commit 3340168097
5 changed files with 61 additions and 41 deletions

View file

@ -10,6 +10,7 @@ extern "C" {
typedef enum {
TSHighlightOk,
TSHighlightUnknownScope,
TSHighlightTimeout,
} TSHighlightError;
// The list of scopes which can be styled for syntax highlighting.