Skip to content

Commit cdd7c61

Browse files
committed
Use my fork of TreeSitter
1 parent c5dc762 commit cdd7c61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/BaselineOfFASTPython/BaselineOfFASTPython.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ BaselineOfFASTPython >> projectClass [
4949

5050
{ #category : 'dependencies' }
5151
BaselineOfFASTPython >> treeSitter: spec [
52+
self flag: #todo. "Do a PR to TreeSitter and use 'github://Evref-BL/Pharo-Tree-Sitter:main/src'"
5253
spec
53-
baseline: 'TreeSitter' with: [ spec repository: 'github://Evref-BL/Pharo-Tree-Sitter:main/src' ]
54+
baseline: 'TreeSitter' with: [ spec repository: 'github://jecisc/Pharo-Tree-Sitter:customizableimporter/src' ]
5455
]

0 commit comments

Comments
 (0)