1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-19 05:59:09 +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" "punctuation.delimiter" = "lavender"
operator = "lilac" operator = "lilac"
special = "honey" special = "honey"
variable.other.member = "white" "variable.other.member" = "white"
variable = "lavender" variable = "lavender"
# variable = "almond" # TODO: metavariables only # variable = "almond" # TODO: metavariables only
# "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] } # "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }