This is my personal SublimeText settings.
- SublimeText with Package Control
git clone git@github.com:ninth-dev/SublimeText.git "${HOME}/Library/Application Support/Sublime Text/Packages/User"Open at most two panes.
Prerequisites
PackageDevplugin
-
Open a
.tmLanguage.jsonor.tmLanguage.yamlfile.- If you already have the
.tmLanguagefile, then skip to step 5.
- If you already have the
-
Press
Cmd+Shift+P -
Search for
PackageDev: Convert (YAML, JSON, PList) to and select Convert to: Property List -
Rename the file to just
.tmLanguageinstead of.tmLanguage.plist -
Open the
.tmLanguagefile, pressCmd+Shift+P -
Search for
Plugin Development: Convert Syntax to .sublime-syntax
** Source: https://github.com/slimsag/Packages#adding-a-new-language **