Browse Source

moduledoc example colour fix

master
Julian Noble 2 weeks ago
parent
commit
b19b9c7027
  1. 2
      src/bootsupport/modules/punk/args-0.2.1.tm
  2. 6732
      src/bootsupport/modules/punk/args/tclcore-0.1.0.tm
  3. 2
      src/modules/punk/args-999999.0a1.0.tm

2
src/bootsupport/modules/punk/args-0.2.1.tm

@ -375,7 +375,7 @@ tcl::namespace::eval ::punk::args::helpers {
# the backslash and brace in \{ or \} - this breaks the syntactic structure causing problems. # the backslash and brace in \{ or \} - this breaks the syntactic structure causing problems.
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {^\{|[^\\](\{+)} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {^\{|[^\\](\{+)} $str]
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {[^\\](\}+)} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {[^\\](\}+)} $str]
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-orange1} {\[|\]} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-olive} {\[|\]} $str]
#puts stderr ------------------- #puts stderr -------------------
#puts $str #puts $str
#puts stderr ------------------- #puts stderr -------------------

6732
src/bootsupport/modules/punk/args/tclcore-0.1.0.tm

File diff suppressed because it is too large Load Diff

2
src/modules/punk/args-999999.0a1.0.tm

@ -375,7 +375,7 @@ tcl::namespace::eval ::punk::args::helpers {
# the backslash and brace in \{ or \} - this breaks the syntactic structure causing problems. # the backslash and brace in \{ or \} - this breaks the syntactic structure causing problems.
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {^\{|[^\\](\{+)} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {^\{|[^\\](\{+)} $str]
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {[^\\](\}+)} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-navy} {[^\\](\}+)} $str]
set str [punk::ansi::grepstr -return all -highlight {Term-grey term-orange1} {\[|\]} $str] set str [punk::ansi::grepstr -return all -highlight {Term-grey term-olive} {\[|\]} $str]
#puts stderr ------------------- #puts stderr -------------------
#puts $str #puts $str
#puts stderr ------------------- #puts stderr -------------------

Loading…
Cancel
Save