From 8c3c30efae4485edfc5785eab16b5526b52005de Mon Sep 17 00:00:00 2001 From: Andrey Smolyakov Date: Thu, 4 Nov 2021 18:29:12 +0300 Subject: [PATCH] Fix VHDL comments highlighting Comments styles in stylers.model.xml are inconsistent with Scintilla's states described in /scintilla/include/SciLexer.h. Moreover, block comments are highlighted with not the same style as line comments, but with style used for "COMMENT LINE BANG" in other languages. I eliminated the "COMMENT LINE" style, which Scintilla does not generate, fixed the "COMMENT BLOCK" style to be the same as regular "COMMENT", and added a separate style, "COMMENT LINE BANG", for special comments. Close #10748 --- PowerEditor/src/stylers.model.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/stylers.model.xml b/PowerEditor/src/stylers.model.xml index 73a330493..423002316 100644 --- a/PowerEditor/src/stylers.model.xml +++ b/PowerEditor/src/stylers.model.xml @@ -1325,8 +1325,8 @@ - - + +