comment icon indicating copy to clipboard operation
comment copied to clipboard

Feature request for declared language file.

Open GrantNagel opened this issue 2 years ago • 1 comments

Hi there, this extension is great but unfortunately it doesnt work with the majority of file types I work with. Is there any chance you could add support for alternative filetypes through support for this kind of package.json adjustment:

        "languages": [
            {
                "id": "qmd",
                "extensions": [".qmd"],
                "aliases": ["QMD", "qmd"]
            }
        ],

GrantNagel avatar Aug 17 '23 23:08 GrantNagel

This could do, yes. But why not contributing your files to the actual repository and have them added once for everyone for every project?

Just make a PR that changes this file: https://github.com/pouyakary/comment/blob/master/src/web/vscode/languages/dictionary.ts

pouyakary avatar Aug 20 '23 20:08 pouyakary