Merge 4b0dc65aaa1d8d878791594c06b733c90f79bb87 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
Gareth Jones 2021-03-17 22:39:45 +00:00 committed by GitHub
commit 0ea38a845f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ color green ":[[:space:]]*\"#[0-9abcdefABCDEF]+\""
# Escapes.
color green "\\\\" "\\\"" "\\[bfnrt]" "\\u[0-9abcdefABCDEF]{4})"
# Special words.
color green "(true|false|null|output|path|vault|description|default|value)"
color green "\<(true|false|null|output|path|vault|description|default|value)\>"
color brightgreen "(variable|terraform|resource|provider|module)"
color brightgreen "\<(variable|terraform|resource|provider|module)\>"
# Names (very unlikely to contain a quote).
color brightblue "\"[^"]+\"[[:space:]]*:"