codeout / vscode-junos

Junos Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=codeout.vscode-junos
MIT License
16 stars 2 forks source link

Jinja comments not working #23

Closed jacobw closed 10 months ago

jacobw commented 11 months ago

The closing tag of a Jinja comment doesn't appear to be parsed correctly.

{# ... #}

It looks the second # gets interpreted as a comment, so the trailing } gets ignored, which breaks the encompassing hierarchy.

codeout commented 10 months ago

Hi,

Yes, the plugin should parse just like Junos does. I don't believe we can support both Junos and Jinja syntax as they conflict with each other theoretically.

jacobw commented 10 months ago

yeah makes sense. Thanks for the response.