You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Several IDEs like VSCode or Eclipse IDE are reusing (or planning to reuse) the TextMate grammar defined in rust.cson. However, it seems like those cannot parse .cson files, so they translate it to .json: https://github.com/Microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/rust/syntaxes/rust.tmLanguage.json .
Would it be possible to make the grammar in this repo directly a .json file? Would there be anything lost if doing so? Moving to .json has several benefits like easier reusability in other tools, but also as .json has more and better edition support across various editors/IDEs which make it easier to maintain than .cson in general.
If this is acceptable, then it seems mostly a matter of just pulling the VSCode translation and cleaning the info messages.