Editor Plugins
To support you editing ULSS styles, we’ve created plugins for TextMate 2 and Sublime Text 2. You may download and freely use them!
TextMate 2
TextMate 2 is a free text editor for OS X. To add support for ULSS syntax highlighting, follow these steps:
- Download the plugin and extract it
- Double-click the bundle file to install it
- Restart TextMate 2
TextMate will now open .ulss
files with our syntax highlighting and provide a (limited) auto-completion.
Sublime Text
With Sublime, you will get full syntax highlighting. The plugin is available on package control.
BBEdit and TextWrangler
We’ve also created a simple syntax highlighting plugin for BBEdit and TextWrangler. You may install it by the following steps:
- Download the plugin and extract it
- In Finder select the menu Go > Go to Folder and enter the following path:
- BBEdit:
~/Library/Application Support/BBEdit/Language Modules
- TextWrangler:
~/Library/Application Support/TextWrangler/Language Modules
- BBEdit:
- Copy the file ULSS.plist inside this folder
- Restart BBEdit / TextWrangler
Visual Studio Code
The Visual Studio Code package offers syntax highlighting and simple support for auto-completion. To install the plugin, follow these steps:
- Visit the package’s marketplace site. (Don’t worry, it’s free.)
- Click install.
For more information on installing packages in Visual Studio Code, visit the getting stared guide.