jeff-hykin / better-snippet-syntax

MIT License
2 stars 1 forks source link

include `body_string_key_content` doesn't exist #6

Open RedCMD opened 8 months ago

RedCMD commented 8 months ago

https://github.com/jeff-hykin/better-snippet-syntax/blob/29fe32fb5e1f1329a9fb63ba23983ba3ad19b2fc/autogenerated/jsonc.tmLanguage.json#L6877

image

I assume it meant #string_key_content? https://github.com/jeff-hykin/better-snippet-syntax/blob/29fe32fb5e1f1329a9fb63ba23983ba3ad19b2fc/autogenerated/jsonc.tmLanguage.json#L7425

RedCMD commented 4 days ago

this causes all key strings inside the body object to fail

image

image

{
    "body": {
        "scope": "scope",
        "prefix": "prefix",
        "body": {
            "key": "snippet"
        },
        "description": "description"
    }
}