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

Ignore indentation changes on text nodes in JSX #72

Closed
Wilfred opened this issue Dec 8, 2021 · 2 comments
Closed

Ignore indentation changes on text nodes in JSX #72

Wilfred opened this issue Dec 8, 2021 · 2 comments

Comments

@Wilfred
Copy link
Owner

Wilfred commented Dec 8, 2021

// old
<p>
  Foo
<p>

// new
<div>
  <p>
    Foo
  </p>
</div>

Foo is unchanged here.

@Wilfred
Copy link
Owner Author

Wilfred commented Dec 8, 2021

@Wilfred
Copy link
Owner Author

Wilfred commented Jan 9, 2022

Wilfred pushed a commit that referenced this issue Mar 10, 2022
ap-nri pushed a commit to ap-nri/difftastic that referenced this issue Apr 1, 2022
Wilfred pushed a commit that referenced this issue Apr 17, 2022
Wilfred pushed a commit that referenced this issue Jul 25, 2023
…t_to_call_expression

fix: add compound statement to call expression
gcr pushed a commit to gcr/difftastic-nim that referenced this issue Jan 31, 2024
make type declaration RHS optional

This syntax quirk is utilized by `system.nim`

Fixes alaviss/tree-sitter-nim#66.
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

No branches or pull requests

1 participant