Avoiding errors on as-yet-undefined syntax #91
TonyGravagno
started this conversation in
Ideas
Replies: 2 comments
-
|
Yeah, I think this sort of approach should work and should be pretty simple to implement. It should be enabled with some flag though, so it could be toggled on/off. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've now finally implemented this suggestion. One can now use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was going to post this suggestion here but I brain dumped in this issue.
Might this be a way to allow the plugin to process whatever it can, and ignore whatever it doesn't recognize?
After the joy of finding this plugin (and the enhancements over prior tooling) I was saddened that any unrecognized syntax would cause a termination of the parsing process, resulting in a loss of whatever could be processed.
Beta Was this translation helpful? Give feedback.
All reactions