Sublime Text Support for the Ring Programming Language
This bundle provides Ring syntax highlighting for Sublime Text.
- Support for keywords, comments, strings, etc.
- Support for keyword and function completions.
- Open the Command Palette in Sublime Text by pressing
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(macOS). - Type
Package Control: Install Package
and select from the dropdown list. - Type
Ring
in the search box and select theRing
package from the list.
- Download or clone this repository.
git clone https://github.com/ysdragon/ring-sublime
- Copy the
ring-sublime
folder into your Sublime TextPackages
directory. You can find thePackages
directory by going toPreferences
>Browse Packages...
in Sublime Text. - Restart Sublime Text.
Once installed, Sublime Text should automatically detect .ring
, .rform
and .rh
files and apply the syntax highlighting. If it does not, you can manually set the syntax by:
- Opening a
.ring
file. - Going to
View
>Syntax
>Open all with current extension as...
>Ring
.
This project is open-source and available under the MIT License. See the LICENSE file for more details.