Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request for declared language file. #36

Open
GrantNagel opened this issue Aug 17, 2023 · 1 comment
Open

Feature request for declared language file. #36

GrantNagel opened this issue Aug 17, 2023 · 1 comment

Comments

@GrantNagel
Copy link

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"]
            }
        ],
@pouyakary
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants