Bump LANGUAGE_VERSION constant due to incompatible parse table change

This commit is contained in:
Max Brunsfeld 2017-09-14 11:09:26 -07:00
parent 91456d7a17
commit 037933ffc5

View file

@ -9,7 +9,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#define TREE_SITTER_LANGUAGE_VERSION 3
#define TREE_SITTER_LANGUAGE_VERSION 4
typedef unsigned short TSSymbol;
typedef struct TSLanguage TSLanguage;