ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

RAML Syntax Highlighter

by mulesoft-labs ALL

Syntax highlighter for the RESTful API Modeling Language

Details

Installs

  • Total 11K
  • Win 4K
  • Mac 5K
  • Linux 2K
Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18
Windows 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1
Mac 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 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
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 0

Readme

Source
raw.​githubusercontent.​com

RAML Syntax Highlighter for Sublime

This is a simple syntax highlighter for the RESTful API Modeling Language (http://raml.org/).

RESTful API Modeling Language (RAML) is a simple and succinct way of describing practically-RESTful APIs. It encourages reuse, enables discovery and pattern-sharing, and aims for merit-based emergence of best practices.

File associations

With this package, Sublime Text will recognize raml files as having RAML syntax.

Installation:

Using Package Control:

If you don't have Package Control installed in Sublime, please follow this instructions.

  • Go to your package control palette, by pressing ctrl+shift+p (Win, Linux) or cmd+shift+p (OS X).

  • Type “Package Control: Install Package”

  • Type “RAML Syntax Highlighter” in the search toolbar and press Enter. The plugin will be downloaded and installed automatically

Manual installation:

  • The easiest way to install is just copying the sublime-package file (bundled with the releases) to the Installed Packages folder of your personal Sublime Text folder.

  • For Windows users, that's likely located in %appdata%\Sublime Text 2.

  • You could also install it by copying the files into a Sublime Text 2\Packages\RAML folder (creating the RAML folder previously).

After installing the plugin, you will be able to use it by going to View -> Syntax -> RAML. Once selected, you will see the RAML label on the bottom right corner.

Example

Package Control link: https://sublime.wbond.net/packages/RAML%20Syntax%20Highlighter