File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(JSONDIR)
1010endif ()
1111
1212add_library (tree -sitter-python include /tree-sitter-python/src/parser.c
13- include /tree-sitter-python/src/scanner.cc )
13+ include /tree-sitter-python/src/scanner.c )
1414
1515add_library (tree -sitter-cpp include /tree-sitter-cpp/src/parser.c
1616 include /tree-sitter-cpp/src/scanner.c )
Original file line number Diff line number Diff line change 99# of locking the version, adjust this to be versions instead of commits
1010
1111# TREE-SITTER REPOS
12- # Python -- Merge pull request #193 from tree-sitter/tausbn/... -- Feb 28 , 23
13- export tree_sitter_python_hash=62827156d01c74dc1538266344e788da74536b8a
12+ # Python -- feat: rewrite the scanner in C -- June 23 , 23
13+ export tree_sitter_python_hash=6ecc2b54b39ac390848d81dfcf5ee961f33a2f03
1414# Tree-Sitter - Avoid unused value warning from array_pop -- Jun 14, 23
1515export tree_sitter_hash=d0029a15273e526925a764033e9b7f18f96a7ce5
1616# cpp -- Merge pull request #209 from amaanq/rewrite-it-in-c -- Jun 18, 23
You can’t perform that action at this time.
0 commit comments