fix: missing quotes around `variable.other.member`

imgbot
Joel 2 years ago committed by Blaž Hrastnik
parent 0018545263
commit 682bcc3a32

@ -6,7 +6,7 @@ punctuation = "lavender"
"punctuation.delimiter" = "lavender"
operator = "lilac"
special = "honey"
variable.other.member = "white"
"variable.other.member" = "white"
variable = "lavender"
# variable = "almond" # TODO: metavariables only
# "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }

Loading…
Cancel
Save