diff options
author | Blaž Hrastnik | 2021-04-23 09:42:29 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-23 09:42:29 +0000 |
commit | 77db3599ba4eaaae3e03217abd57416f09834536 (patch) | |
tree | 1c773548f1e70aee817a629a60271aea3ce62a1a /theme.toml | |
parent | 7e9ea30a0b4eee08322d689450efebe74dec8097 (diff) |
Fix C highlighting inconsistencies.
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ "attribute" = "#dbbfef" # lilac "keyword" = "#eccdba" # almond +"keyword.directive" = "#dbbfef" # lilac -- preprocessor comments (#if in C) "punctuation" = "#a4a0e8" # lavender "punctuation.delimiter" = "#a4a0e8" # lavender "operator" = "#dbbfef" # lilac # "property" = "#a4a0e8" # lavender "property" = "#ffffff" # white -# "variable" = "#a4a0e8" # lavender -"variable" = "#eccdba" # almond +"variable" = "#a4a0e8" # lavender +# "variable" = "#eccdba" # almond TODO: metavariables only "variable.parameter" = "#a4a0e8" # lavender # TODO distinguish type from type.builtin? "type" = "#ffffff" # white |