This commit is contained in:
Amaan Qureshi 2024-05-26 19:35:39 -04:00
parent fc146ad510
commit 99c3aeb651
No known key found for this signature in database
GPG key ID: E67890ADC4227273
5 changed files with 33 additions and 16 deletions

View file

@ -11,9 +11,9 @@
extern "C" {
#endif
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
/****************************/
/* Section - ABI Versioning */
@ -26,7 +26,7 @@ extern "C" {
* The Tree-sitter library is generally backwards-compatible with languages
* generated using older CLI versions, but is not forwards-compatible.
*/
#define TREE_SITTER_LANGUAGE_VERSION 14
#define TREE_SITTER_LANGUAGE_VERSION 15
/**
* The earliest ABI version that is supported by the current version of the