mblode / vscode-twig-language

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
https://marketplace.visualstudio.com/items?itemName=mblode.twig-language
MIT License
42 stars 7 forks source link

Statement Tags do not close #34

Open JDDoesDev opened 5 years ago

JDDoesDev commented 5 years ago

When typing, I expect that {% should automatically create the closing %} tag like {{ creates }}. This is not the case. Instead, I end up with {%} and no closing %.

I see in https://github.com/mblode/vscode-twig-language/blob/master/src/syntaxes/twig.tmLanguage#L757 that it should happen, but it doesn't.

I've tried to check other extensions for similar behavior that may be causing issues, but I can't find anything.