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

Ansible

Syntax highlighting for Ansible

Details

  • 23.09.1
    1.0.0
  • github.​com
  • github.​com
  • 6 months ago
  • 36 minutes ago
  • 9 years ago

Installs

  • Total 38K
  • Win 9K
  • Mac 16K
  • Linux 12K
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 Feb 13
Windows 0 1 1 1 3 0 1 0 2 1 2 1 0 5 1 1 2 0 2 0 2 1 0 3 1 1 0 1 1 6 3 0 2 2 0 1 3 4 2 1 1 3 0 8 1 3
Mac 0 1 1 5 1 0 0 1 3 3 4 5 1 0 1 2 5 2 1 0 1 2 5 1 3 2 2 3 3 4 1 2 3 0 0 3 2 3 2 1 0 4 4 0 2 3
Linux 0 1 1 0 3 1 0 1 2 2 2 3 1 1 2 0 3 3 0 1 1 2 1 0 1 6 2 1 4 4 2 3 2 2 2 10 0 4 2 5 0 0 2 4 2 0

Readme

Source
raw.​githubusercontent.​com

Syntax highlighting for Ansible files

Screenshot

With color scheme Monokai

Screenshot

Installation

I recommend install another package along with this one, “Apply Syntax” package since this syntax does not take ownership of yml nor yaml files.

Package Manager

First, install the Package Control plugin, instructions here: http://wbond.net/sublime_packages/package_control.

Once you install Package Control, restart Sublime Text and bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows).

Select “Package Control: Install Package”, wait while Package Control fetches the latest package list, then select “Ansible” when the list appears.

The advantage of using this method is that Package Control will automatically keep this package up to date with the latest version.

Manual

Clone the repository in your Sublime Text “Packages” directory:

git clone https://github.com/clifford-github/sublime-ansible.git Ansible

The “Packages” directory is located at:

  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.Sublime Text 2/Packages/
  • Windows: %APPDATA%/Sublime Text 2/Packages/