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
workspace "name" { model { !include model.dsl // systemA and systemB are defined in model.dsl systemA -> systemB } }
Expected behavior Syntax highlighting works
Actual behavior CRLF expected, got 'model'
Ideally, it would be nice to analyze !include statements. A bare minimum is to prevent syntax highlighting from switching off.
!include
The text was updated successfully, but these errors were encountered:
Thanks for reporting, and my apologies for the long delay.
With the current version of the plugin, this seems to work correctly. Can you confirm that it works for you as well?
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Syntax highlighting works
Actual behavior
CRLF expected, got 'model'
Ideally, it would be nice to analyze
!include
statements. A bare minimum is to prevent syntax highlighting from switching off.The text was updated successfully, but these errors were encountered: