-
Notifications
You must be signed in to change notification settings - Fork 5
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
Tag not supported #390
Comments
What are the other new syntax? |
|
What's the difference between this and tags? |
No difference, I thought you were asking what the new syntax is. |
I was wondering what other new syntax are there, so I can update it in a batch |
That should be it, unless you want to handle the doc comments in a special way: https://pest.rs/book/grammars/comments.html#doc-comments |
The highlight system breaks when I add a tag.
https://pest.rs/book/grammars/syntax.html#tags
Ex:
hello = { #first_tag = first ~ #second_tag = second }
first = { "this is a try" }
second = { " another try" }
The text was updated successfully, but these errors were encountered: