From 6f85de472a331d9a32a9edba057c5fe1128ee7b2 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 9 Dec 2022 15:45:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D0=B5=20=D0=BE=D0=B4=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=BE=D0=B4=D1=81=D0=B2=D0=B5=D1=82=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20INI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/highlight.tcl | 2 +- projman.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/highlight.tcl b/lib/highlight.tcl index b6f93cb..ef7fe20 100644 --- a/lib/highlight.tcl +++ b/lib/highlight.tcl @@ -154,8 +154,8 @@ namespace eval Highlight {} { ctext::addHighlightClassForRegexp $txt colors #68ceff {(#)[\w]+?} ctext::addHighlightClassForRegexp $txt keyword #19a2a6 {^(\s*?).+(\s*?=)} ctext::addHighlightClassForSpecialChars $txt equal #0082ff {=} + ctext::addHighlightClassForRegexp $txt comments #666666 {(^\s*#|^\s*;|\s+;)[^\n\r]*} ctext::addHighlightClassForRegexp $txt colors #68ceff {(#)(\w)+?(\s|$)} - ctext::addHighlightClassForRegexp $txt comments #666666 {(#|^;|\s+;)[^\n\r]*} } proc DESKTOP {txt} { diff --git a/projman.tcl b/projman.tcl index 2ee083b..0e56d26 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 09122022153520 +# Build: 09122022154416 ###################################################### # определим текущую версию, релиз и т.д.