Skip to content

Instantly share code, notes, and snippets.

@wader
Created October 21, 2022 14:52
Show Gist options
  • Save wader/ca20a94af162ccbd32dba4724befbca5 to your computer and use it in GitHub Desktop.
Save wader/ca20a94af162ccbd32dba4724befbca5 to your computer and use it in GitHub Desktop.
Convert .tmLangauge.json file to .sublime-syntax
plutil -convert xml1 file.tmLanguage.json -o file.tmLanguage
Open file.tmLanguage in Sublime and use Tools / Developer / "New Syntax from file.tmLanguage"
A new tab with file.subline-syntax should appear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment