tree-sitter / tree-sitter-python

Python grammar for tree-sitter
MIT License
374 stars 138 forks source link

Allow more constructs inside interpolations #185

Closed tausbn closed 1 year ago

tausbn commented 1 year ago

Python allows open sequences and yield inside interpolations.


See https://github.com/tree-sitter/tree-sitter-python/pull/182/files for an example of the behaviour of the current grammar.