ruschaaf / extended-embedded-languages

VSCode extension for better syntax highlighting of embedded languages
https://marketplace.visualstudio.com/items?itemName=ruschaaf.extended-embedded-languages
MIT License
18 stars 5 forks source link

`"endCaptures"` in `Go` broken #9

Closed RedCMD closed 2 months ago

RedCMD commented 5 months ago

This is not how "name" inside "endCaptures" works image

you need to target a capture group image

https://github.com/ruschaaf/extended-embedded-languages/blob/c128e894612034954006ef0e221641ddfcd3a43c/syntaxes/go.embedded.json#L39-L41

ruschaaf commented 2 months ago

Just pushed a fix, will be in next release, thanks