Ansible
Syntax highlighting for Ansible
Details
Installs
- Total 39K
- Win 10K
- Mac 16K
- Linux 13K
Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 0 | 3 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 3 | 1 | 0 | 2 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 3 | 0 |
Mac | 4 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 3 | 2 | 2 | 0 | 2 | 0 | 3 | 2 | 1 | 0 | 1 | 0 | 0 | 6 | 1 | 1 | 0 | 1 | 0 | 3 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 3 | 2 |
Linux | 0 | 2 | 0 | 2 | 0 | 1 | 0 | 2 | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 1 | 4 | 1 | 3 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | 0 | 0 | 3 | 2 | 2 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 4 | 1 |
Readme
- Source
- raw.githubusercontent.com
Syntax highlighting for Ansible files
Screenshot
With color scheme Monokai
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/