Merge pull request #1589 from alex-pinkus/deduplicate-core-ids

Ignore duplicate states when initializing subgraphs in `ts_query__analyze_patterns`
This commit is contained in:
Max Brunsfeld 2022-01-17 13:54:31 -08:00 committed by GitHub
commit aaf4572727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 23 deletions

View file

@ -870,5 +870,5 @@ extern "C" {
);
}
pub const TREE_SITTER_LANGUAGE_VERSION: usize = 13;
pub const TREE_SITTER_LANGUAGE_VERSION: usize = 14;
pub const TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION: usize = 13;