mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Merge 4b0dc65aaa1d8d878791594c06b733c90f79bb87 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd
This commit is contained in:
commit
0ea38a845f
@ -17,9 +17,9 @@ color green ":[[:space:]]*\"#[0-9abcdefABCDEF]+\""
|
|||||||
# Escapes.
|
# Escapes.
|
||||||
color green "\\\\" "\\\"" "\\[bfnrt]" "\\u[0-9abcdefABCDEF]{4})"
|
color green "\\\\" "\\\"" "\\[bfnrt]" "\\u[0-9abcdefABCDEF]{4})"
|
||||||
# Special words.
|
# 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).
|
# Names (very unlikely to contain a quote).
|
||||||
color brightblue "\"[^"]+\"[[:space:]]*:"
|
color brightblue "\"[^"]+\"[[:space:]]*:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user