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

[Suggestion]: change delimiting modifier for attributes from | to ; #39

Open
vhyrro opened this issue Jul 21, 2024 · 0 comments
Open

[Suggestion]: change delimiting modifier for attributes from | to ; #39

vhyrro opened this issue Jul 21, 2024 · 0 comments

Comments

@vhyrro
Copy link
Member

vhyrro commented Jul 21, 2024

When using the new attribute syntax proposed by #38, an issue arises when the attributes are broken into many new lines:

- (
    | attribute_1
    | attribute_2
    | attribute_3
  )
  Hello, world!

The pipes could be incorrectly interpreted as a parser as standard ranged tags. For this reason, changing the character used is derised. Upon lots of consideration on the discord ; seems to be the only valid option that doesn't cause any clashes. Time to look like haskell, I guess :)

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