fix: missing quotes around variable.other.member
This commit is contained in:
parent
0018545263
commit
682bcc3a32
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue