From 037933ffc569b7896f19b276786718dfaf7012df Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 14 Sep 2017 11:09:26 -0700 Subject: [PATCH] Bump LANGUAGE_VERSION constant due to incompatible parse table change --- include/tree_sitter/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tree_sitter/runtime.h b/include/tree_sitter/runtime.h index 852f7b7d..1d869dc7 100644 --- a/include/tree_sitter/runtime.h +++ b/include/tree_sitter/runtime.h @@ -9,7 +9,7 @@ extern "C" { #include #include -#define TREE_SITTER_LANGUAGE_VERSION 3 +#define TREE_SITTER_LANGUAGE_VERSION 4 typedef unsigned short TSSymbol; typedef struct TSLanguage TSLanguage;