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

Convert CSON syntax file to JSON #23

Open
radium-v opened this issue Nov 20, 2023 · 0 comments
Open

Convert CSON syntax file to JSON #23

radium-v opened this issue Nov 20, 2023 · 0 comments

Comments

@radium-v
Copy link

The original source file is written in CSON, which is difficult to read and the tools needed to maintain it are relatively out of date or obsolete. Additionally, some of the features used in the CSON formatting, like comments in multi-line regex matches, cause the converted formatting to be difficult to parse (and I'm not 100% sure the end result is valid - it probably is, but debugging is made worse by it).

The syntax definitions should be converted from CSON to JSON (and maybe YAML in the future, as suggested by the docs).

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