bobrocke wrote:Is moving to JSON for all the configuration files on the development roadmap? It sure would make things easier than having some in JSON and some as PLIST (XML).
Not to sound overly pedantic, but I believe all configuration is via JSON. The only XML I know of is syntax definitions and colors schemes, which use Textmate-compatible XML so that Sublime Text users can take advantage of the large collection of those available online.
For syntax definitions, I believe you can use AAAPackageDev (
https://github.com/SublimeText/AAAPackageDev) to convert JSON syntax definitions to the XML necessary for run-time usage. I imagine you could do the same for color schemes.