Created
October 21, 2022 14:52
-
-
Save wader/ca20a94af162ccbd32dba4724befbca5 to your computer and use it in GitHub Desktop.
Convert .tmLangauge.json file to .sublime-syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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