1 ## SaltStack files (*.sls)
6 # Anything ending in a colon (:), including things that start with a dash (-)
7 color blue "^[^ -].*:$"
9 # Except for salt:// URLs
14 color red "\<(True|False)\>"
16 # Anything between two single quotes
17 color green ""(\\.|[^"])*"|'(\\.|[^'])*'"
20 color yellow "\<(grain|grains|compound|pcre|grain_pcre|list|pillar)\>"
23 color brightblack "^#.*"
26 color magenta "\<(if|elif|else|or|not|and|endif|end)\>"
29 color ,green "[[:space:]]+$"