From 77db3599ba4eaaae3e03217abd57416f09834536 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 23 Apr 2021 18:42:29 +0900 Subject: Fix C highlighting inconsistencies. --- theme.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index f46ce1a9..0d4e0857 100644 --- a/theme.toml +++ b/theme.toml @@ -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 -- cgit v1.2.3-70-g09d2