Cool
A basic syntax highlighter for the Cool programming language
Details
Installs
- Total 1K
- Win 560
- Mac 402
- Linux 365
Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 1 | 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 | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Cool Syntax Highlighter for Sublime Text
A basic syntax highlighter for the Cool (Classroom Object-Oriented Language) programming language.
Installation
The easiest way to install the package is through the Package Control. Once you have Package Control installed, type Ctrl
+Shift
+P
(Cmd
+Shift
+P
on Mac) and select the Package Control: Install Package
command. Select the Cool
package and wait for it to install.
Usage
Once the package is installed, there will be a language option for Cool (located in the bottom right corner of the window). Unfortuantely, Cool and Lisp share the .cl
file extension, so you may find that .cl
files still default to the Lisp highlighter. To change this to Cool, simply click in the bottom right corner of the window where it says Lisp and select Cool from the dropdown.
Bug Reporting
This syntax highlighter is still in development. If you discover an issue with the highlighter, please report it in the issues section of this repository. Feel free to fork and pull request if you would like to fix a bug/add a feature yourself.
Contributing
If you would like to contribute to the repository (either via bugfixes or added awesomeness), you can fork the repository and submit a pull request with your changes. The highlighter is written in conjunction with AAAPackageDev, so take a look there if you want to learn how to edit the highlighter. There is also a tutorial from Sublime Text to help you out.
Whatever you decide to do, please make changes to the cool.JSON-tmLanguage
file, then convert it to a .tmLanguage
file using AAAPackageDev. Any pull requests that change cool.tmLanguage
without changing cool.JSON-tmLanguage
will be rejected. Thanks for your help!