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

pull/2531/head^2
Joel 2022-05-22 15:12:46 +10:00 committed by Blaž Hrastnik
parent 0018545263
commit 682bcc3a32
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }