MIT_Alloy
Simple syntax highlighting for MIT's Alloy relational language in Sublime Text 3.
Labels language syntax
Details
Installs
- Total 1K
- Win 718
- Mac 437
- Linux 215
Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 3 - MIT Alloy Syntax Highlighting
Syntax highlighting for MIT's Alloy in Sublime Text 3.
Getting Started
1. Installation
(Recommended) Automatic Installation using Sublime Text Package Control
- Open Sublime Text's Command Palette (default: Ctrl+Shift+P)
- Type
install
and selectPackage Control: Install Package
- Type
mit alloy
and select “MIT_Alloy” to install the package.
Manual Installation
Go to Preferences -> Browse Packages
, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/corbanmailloux/sublime-mit-alloy.git "sublime-mit-alloy"
2. Activate this Language
After installing this package, open an ALS file and switch the language to MIT Alloy
, using one
of the following methods:
- Select from the list of supported languages in your status bar at the bottom right corner of your editor
- Ctrl+Shift+P and search for “MIT Alloy”
3. Make “MIT Alloy” the default
To make MIT Alloy
the default highlighting for the current extension:
- Open a file with the extension you want to set a default for (i.e.
.als
) - Navigate through the following menus in Sublime Text:
View -> Syntax -> Open all with current extension as... -> MIT Alloy
Author
Corban Mailloux
Copyright and License
Copyright 2014 Corban Mailloux