Extending a predefined grammar. #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it possible to extend a predefined such as the html grammar?
I'm trying to parse this:
The function allows html inside the block, and inside the html, it also allows
<{ getSomeText() }>referencing language specific variables, literals, etc. Could you point me towards parsing the<{ }>part?This isn't possible yet. I do have plans to add support for this but there's no concrete timeline.