1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-22 16:36:05 +02:00

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

This commit is contained in:
Joel 2022-05-22 15:12:46 +10:00 committed by Blaž Hrastnik
parent 0018545263
commit 682bcc3a32

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