From 5302e5f6798bf62d2ccd7753fc03d58e5293fe1d Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Mon, 4 May 2015 16:40:14 -0400 Subject: [PATCH] Update language setup for CSS --- config/languages.json | 2 +- config/themes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/languages.json b/config/languages.json index 3463768..1e7c930 100644 --- a/config/languages.json +++ b/config/languages.json @@ -65,7 +65,7 @@ "active after before check checked disabled empty enabled first first-child first-letter first-line first-of-type focus hover indeterminate invalid lang last-child last-of-type left link not nth-child nth-last-child nth-of-type nth-last-of-type only-child only-of-type optional read-only read-write required right root selection target valid visited" ], "lexer_map": [ - "default", "comment", "comment_line", "comment_doc", "number", "keyword1", "string", "character", "uuid", "preprocessor", "operator", "identifier", "string_eol", "default", "regex", "comment_special", "keyword2", "keyword3", "error" + "default", "keyword1", "keyword2", "keyword3", "error", "operator", "identifier", "identifier", "value", "comment", "keyword4", "keyword5", "keyword6", "string", "string", "identifier", "keyword7", "identifier", "keyword8", "default", "default", "default", "keyword1", "variable" ] }, "fortran": { diff --git a/config/themes.json b/config/themes.json index 10706c3..95845b3 100644 --- a/config/themes.json +++ b/config/themes.json @@ -50,7 +50,7 @@ "parameter": [0, 43, 54], "regex": [7, 54, 66], "uuid": [0, 43, 54], - "value": [0, 43, 54], + "value": [101, 123, 131], "preprocessor": [88, 110, 117], "script": [88, 110, 117], "variable": [181, 137, 0],