diff options
author | Blaž Hrastnik | 2021-04-14 08:16:45 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-14 08:16:45 +0000 |
commit | 305a059f583ba0de3217506d4f89fc462de98cc0 (patch) | |
tree | 2a7018c0941ceb3168a51960fcf3325b31745e59 /theme.toml | |
parent | b5b650cfe7df36e83b96c6663f2dc041f5d2b748 (diff) |
Highlight metavariables ($var) inside rust macros.
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ "operator" = "#dbbfef" # lilac # "property" = "#a4a0e8" # lavender "property" = "#ffffff" # white -"variable" = "#a4a0e8" # lavender +# "variable" = "#a4a0e8" # lavender +"variable" = "#eccdba" # almond "variable.parameter" = "#a4a0e8" # lavender # TODO distinguish type from type.builtin? "type" = "#ffffff" # white |