/SublimeText

My personal settings for SublimeText

Primary LanguagePython

SublimeText

This is my personal SublimeText settings.

Prerequisites

  • SublimeText with Package Control

Installation

git clone git@github.com:ninth-dev/SublimeText.git "${HOME}/Library/Application Support/Sublime Text/Packages/User"

Micro Plugins

TwoPanes

Open at most two panes.

Scala 3 Syntax Support

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.

How to convert .tmLanguage to .sublime-syntax ?

Prerequisites

  • PackageDev plugin
  1. Open a .tmLanguage.json or .tmLanguage.yaml file.

    • If you already have the .tmLanguage file, then skip to step 5.
  2. Press Cmd + Shift + P

  3. Search for PackageDev: Convert (YAML, JSON, PList) to and select Convert to: Property List

  4. Rename the file to just .tmLanguage instead of .tmLanguage.plist

  5. Open the .tmLanguage file, press Cmd + Shift + P

  6. Search for Plugin Development: Convert Syntax to .sublime-syntax

** Source: https://github.com/slimsag/Packages#adding-a-new-language **

License

MIT