From 777eaa01e51c9401aedbb231f19525ad89c4efa2 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 15 Dec 2022 12:18:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20Ruby=20lexer=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D1=85?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=B4=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lexers.tcl | 2 +- projman.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lexers.tcl b/lib/lexers.tcl index ede8b1a..57fd3e9 100644 --- a/lib/lexers.tcl +++ b/lib/lexers.tcl @@ -38,7 +38,7 @@ dict set lexers RB commentSymbol {#} dict set lexers RB tabSize 2 dict set lexers RB procFindString {(def |class )\s*?PROCNAME} dict set lexers RB procRegexpCommand {regexp -nocase -all -- {^\s*?(def|class)\s([a-zA-Z0-9\-_:\?]+?)($|\s|\(.+?\))} $line match keyWord procName params} - +dict set lexers RB varRegexpCommand {regexp -nocase -all -line -- {^\s*?(\w+)\s*=\s*(.+)($)} $line match varName varValue lineEnd} #-------------------------------------------------- # YAML (ansible) dict set lexers YML commentSymbol {#} diff --git a/projman.tcl b/projman.tcl index 386738c..04b34de 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 15122022121139 +# Build: 15122022121726 ###################################################### # определим текущую версию, релиз и т.д.