Update syntax files

This commit is contained in:
Zachary Yedidia
2016-03-25 16:41:36 -04:00
parent 248609a90a
commit d1d55277f7
65 changed files with 353 additions and 377 deletions

View File

@@ -11,16 +11,16 @@ color white "salt:"
# Numbers, etc
color red "/*[0-9]/*"
color red "\b(True|False)\b"
color red "\<(True|False)\>"
# Anything between two single quotes
color green ""(\\.|[^"])*"|'(\\.|[^'])*'"
# Matching keywords
color yellow "\b(grain|grains|compound|pcre|grain_pcre|list|pillar)\b"
color yellow "\<(grain|grains|compound|pcre|grain_pcre|list|pillar)\>"
# Comments
color brightblack "^#.*"
# Logic keywords
color magenta "\b(if|elif|else|or|not|and|endif|end)\b"
color magenta "\<(if|elif|else|or|not|and|endif|end)\>"