We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the plugin is handrolled on top of the Java syntax highlighter.
An application could be written and bundled with Umple to generate the yaml files through the Token tree that the EBNF parser generates.
Ideally, there would be a visitor-esque access pattern for traversing the Token tree, and maybe this is the reason for exposing it. 😄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the plugin is handrolled on top of the Java syntax highlighter.
An application could be written and bundled with Umple to generate the yaml files through the Token tree that the EBNF parser generates.
Ideally, there would be a visitor-esque access pattern for traversing the Token tree, and maybe this is the reason for exposing it. 😄
The text was updated successfully, but these errors were encountered: