Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree-sitter rolling fixes, 1.125 (or 1.124.1) edition #1172

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

savetheclocktower
Copy link
Contributor

This one could land quickly if we decide to do a 1.124.1 release.

So far, it's only got some Python indentation fixes — but good ones! And, unusually, these changes are covered by specs.

…like indentation after a comment…

  if foo: # something

…and not indenting on one-liners…

  if foo: pass

…and not indenting after list slice syntax:

  x[1:2]


Also added specs for Python indentation, as it's getting somewhat complex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant