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.
This is a temporary measure until there are updates in the Official Default Packages.
Ported over Scala 3 from vscode-scala-syntax and slightly modified.
- See Scala.sublime-syntax
- The
Mariana.sublime-color-scheme
has also been extended.
Prerequisites
PackageDev
plugin
-
Open a
.tmLanguage.json
or.tmLanguage.yaml
file.- If you already have the
.tmLanguage
file, 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
.tmLanguage
instead of.tmLanguage.plist
-
Open the
.tmLanguage
file, pressCmd
+Shift
+P
-
Search for
Plugin Development: Convert Syntax to .sublime-syntax
** Source: https://github.com/slimsag/Packages#adding-a-new-language **