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 ###################################################### # определим текущую версию, релиз и т.д.