SublimePuppet
SublimePuppet copied to clipboard
Puppet (puppetlabs.com) highlighting, snippets and completion for Sublime Text 2 or 3
Currently defining node names in `site.pp` with regex doesn't have the same highlight as specifying node names with strings. The regex part is also not highlighted with the relevant styles.
Right now the EPP highlighting just uses the Puppet default Would be nice to have an EPP specific highlighting for the logic blocks (
``` puppet $alert_message = "Existing: ${existing_swapfile_bytes}B\nExpected: ${expected_swapfile_size_bytes}B\nMargin: ${margin_bytes}B" notify{'Resizing Swapfile Alert': name => $alert_message, } ```