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

Make provision for block on next line. #129

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

rout39574
Copy link

I think this addresses #97 . It makes it possible for there to be syntax-irrelevant chaff between the title of the block and the definition of the block.

before,
'''
path "sys/auth" {
capabilities = ["read"]
}
'''

parsed, but

'''
path "sys/auth"
{
capabilities = ["read"]
}
'''

did not.

@rout39574 rout39574 requested a review from a team April 14, 2023 18:06
@IButskhrikidze IButskhrikidze merged commit 13eabb6 into amplify-education:main Apr 28, 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.

4 participants