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

Add support for "json" via languageIds. #521

Merged
merged 1 commit into from
Dec 13, 2016

Conversation

JimiC
Copy link
Member

@JimiC JimiC commented Dec 13, 2016

Fixes #476

@robertohuertasm robertohuertasm merged commit a4f375e into vscode-icons:master Dec 13, 2016
@@ -1,5 +1,6 @@
exports.languages = {
javascript: 'javascript',
perl: ['perl', 'perl6'],
prolog: 'prolog'
prolog: 'prolog',
json: 'json'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been sorted. My bad. Will do in the next PR that adds a language support.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a minor issue. No problem. 👍

@JimiC JimiC deleted the json_language_support branch December 13, 2016 10:50
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

Successfully merging this pull request may close these issues.

2 participants