From 2cce7aebfc0fe7b4a9b207fd4226af09a29d5e94 Mon Sep 17 00:00:00 2001 From: Victor Losada Hernandez Date: Tue, 2 May 2023 21:25:00 +0200 Subject: [PATCH] correct highlight of curly elements --- client/homebrew/editor/editor.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index b8f978ba3..86e523a13 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -19,17 +19,17 @@ background-color : fade(#299, 15%); border-bottom : #299 solid 1px; } - .block{ + .block:not(.cm-comment){ color : purple; font-weight : bold; //font-style: italic; } - .inline-block{ + .inline-block:not(.cm-comment){ color : red; font-weight : bold; //font-style: italic; } - .injection{ + .injection:not(.cm-comment){ color : green; font-weight : bold; }