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 yaml & json tmLanguage files #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gwennlbh
Copy link

@gwennlbh gwennlbh commented Apr 28, 2022

VSCode allows tmLanguage files written in JSON instead of XML Plists, and I believe it would be useful to have that capability here, as a lot of people will start adding IDE support for their language with a VSCode extension, as it is the most popular code editor right now.this source dates back to 2019 but it's quite safe to assume it still is the case in 2022

The change does not require any new dependency, as yaml support is built-in, and is a 3-line-change.

(Note that supporting YAML gives us JSON support for free, since the former is a superset of the latter)

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.

1 participant