pouyakary / vscode-racket

Racket support for Visual Studio Code with better inteliSense
Mozilla Public License 2.0
19 stars 3 forks source link

How to compile syntax as a normal tmLanguage (no JSON)? #11

Closed jason5122 closed 3 years ago

jason5122 commented 3 years ago

Hi, I'd like to use the syntax as a .tmLanguage, XML-based file to be used in Sublime Text (or even better, as a sublime-syntax but that sounds way out of scope here). Can someone please show me how to convert correctly? My converted .tmLanguage.json.tmLanguage files are not behaving correctly. Thanks for reading.

pouyakary commented 3 years ago

Hey Jason.

I used to work with the tmLanguage stuff a long time ago and honestly I have so little memory left. What I do know is that the .tmLanguage is basically an Apple Plist XML format. So, I remember that there used to be a tool that converted json to plist and I once used it, it worked fine. The name of the tool is what I have no memory left ☹️. I hope you find it and it works for you.

Good luck. Pouya

jason5122 commented 3 years ago

Hi Pouya, no worries! Thanks for the response.