Skip to content
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

!include support #64

Open
max-arshinov opened this issue Jul 4, 2023 · 1 comment
Open

!include support #64

max-arshinov opened this issue Jul 4, 2023 · 1 comment

Comments

@max-arshinov
Copy link

max-arshinov commented Jul 4, 2023

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.

@dirkgroot
Copy link
Owner

dirkgroot commented Jan 10, 2024

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?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants