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
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 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 1 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