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

Extensions of programming languages #5

Closed
IonicaBizau opened this issue Jul 30, 2013 · 1 comment
Closed

Extensions of programming languages #5

IonicaBizau opened this issue Jul 30, 2013 · 1 comment

Comments

@IonicaBizau
Copy link

Is there any automatic way to generate a JSON like bellow?

{
    ...,
    "Java": {
        "extension": "java",
        "color": "#b07219"
    },
    "C++": {
        "extension": "cpp",
        "color": "#f34b7d"
    },
    ...
}

I would need something like this. How can I get the extensions of all programming languages from colors.json file?

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

No branches or pull requests

1 participant