From b6dc24ca2946afa62eb9658c75e4f0483030a492 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 26 Aug 2022 16:57:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D0=B5=D0=B2=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BB=D0=BE=D0=B2=D0=B0=20GO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/highlight.tcl | 4 ++-- projman.tcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/highlight.tcl b/lib/highlight.tcl index 86a3a0d..bc95866 100644 --- a/lib/highlight.tcl +++ b/lib/highlight.tcl @@ -44,7 +44,7 @@ namespace eval Highlight {} { proc GO {txt} { ctext::addHighlightClassForRegexp $txt flags orange {-+[a-zA-Z\-_]+} - ctext::addHighlightClass $txt stackControl #19a2a6 {if else for while case switch func import return interface map make break chan fallthrough defer continue go select package} + ctext::addHighlightClass $txt stackControl #19a2a6 {break default func goto select case defer if map chan else import package switch const fallthrough interface range continue for go return} ctext::addHighlightClass $txt types #7187d5 {string int int16 int32 int64 float bool byte} ctext::addHighlightClassWithOnlyCharStart $txt vars #4471ca "\&" ctext::addHighlightClassWithOnlyCharStart $txt vars #4471ca "\*" @@ -55,7 +55,7 @@ namespace eval Highlight {} { ctext::addHighlightClassForRegexp $txt comments #666666 {(#|//)[^\n\r]*} ctext::addHighlightClassForSpecialChars $txt qoute #b84a0c {"'`} } - + proc PY {txt} { ctext::addHighlightClassForRegexp $txt flags orange {-+[a-zA-Z\-_]+} ctext::addHighlightClass $txt stackControl #19a2a6 {if else for while case switch def import from return make break defer continue package len print with open} diff --git a/projman.tcl b/projman.tcl index 4856f1f..ac01f81 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 26082022155110 +# Build: 26082022165531 ###################################################### # определим текущую версию, релиз и т.д.