Closed RedCMD closed 2 months ago
This is not how "name" inside "endCaptures" works
"name"
"endCaptures"
you need to target a capture group
https://github.com/ruschaaf/extended-embedded-languages/blob/c128e894612034954006ef0e221641ddfcd3a43c/syntaxes/go.embedded.json#L39-L41
Just pushed a fix, will be in next release, thanks
This is not how
"name"
inside"endCaptures"
worksyou need to target a capture group
https://github.com/ruschaaf/extended-embedded-languages/blob/c128e894612034954006ef0e221641ddfcd3a43c/syntaxes/go.embedded.json#L39-L41