Skip to content

Top-level expressions #271

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

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

susliko
Copy link
Collaborator

@susliko susliko commented May 30, 2023

Resolves #198

Problem

Top-level expressions are not supported. However, it's a valid case for Scala scripts or sbt configurations

Solution

Now that AUTOMATIC_SEMICOLON tokens are handled at the top-level enabling top-level expressions is done by including $.expression into $._top_level_definition

Problem
-------
Top-level expressions are not supported. However, it's a valid case for
Scala scripts or sbt configurations

Solution
-------
Now that AUTOMATIC_SEMICOLON tokens are handled at the top-level
enabling top-level expressions is done by including `$.expression` into
`$._top_level_definition`
Copy link
Collaborator

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

@eed3si9n eed3si9n merged commit 4684dd8 into tree-sitter:master May 30, 2023
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.

Top-level expressions cannot be parsed
2 participants