mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
fix: missing quotes around variable.other.member
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user