subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
{
    "name": "subscript-format",
    "displayName": "Subscript Format",
    "description": "Subscript Format Highlighting",
    "version": "0.0.1",
    "engines": {
        "vscode": "^1.51.0"
    },
    "categories": [
        "Programming Languages"
    ],
    "contributes": {
        "grammars": [
            {
                "path": "./syntaxes/injection-markdown.json",
                "scopeName": "markdown.subscript.latex",
                "injectTo": ["text.html.markdown"]
            },
            {
                "path": "./syntaxes/injection-html.json",
                "scopeName": "html.subscript.latex",
                "injectTo": ["text.html"],
                "configuration": "./syntax/latex-syntax.json"
            }
        ]
    }
}