Avaiga / taipy-studio

Taipy Studio, a Visual Studio Code extension dedicated to coding for Taipy.
Apache License 2.0
8 stars 2 forks source link

BUG-Dialog syntax not recognized #127

Closed FlorianJacta closed 1 year ago

FlorianJacta commented 1 year ago

Description A way to use Dialog is not recognized by Taipy Studio for GUI. It raises a Missing closing syntax when in fact dialog can be used like a block.

How to reproduce

<|{show_dialog}|dialog|
    ...
    jfienf
    ...
|>

Expected behavior This markdown shouldn't create an error.

Runtime environment