aboutsummaryrefslogtreecommitdiff
path: root/lib/consolecolor.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-14 19:17:09 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-14 19:17:16 -0700
commite22c35681f90740b4f5006c30b3f154ebd1f8ea2 (patch)
treec7f04d968bade120ebf75cfa0b9f073602917122 /lib/consolecolor.nom
parent7112af7cb6ee52f4ef9664db9c03db52d8c73ac9 (diff)
Auto-upgraded everything.
Diffstat (limited to 'lib/consolecolor.nom')
-rw-r--r--lib/consolecolor.nom10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom
index c86e6d1..ba40bda 100644
--- a/lib/consolecolor.nom
+++ b/lib/consolecolor.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V3.8.7.6
+#!/usr/bin/env nomsu -V4.8.8.6
#
This file defines actions for ANSI console color escape codes.
@@ -14,9 +14,9 @@ test:
for %name = %colornum in %colors:
with {%escapecode:"\027[\(%colornum)m"}:
- run ".."
- compile [\%name] to (..)
+ run "\
+ ..compile [\%name] to (..)
Lua value (quote \(quote %escapecode))
compile [\%name %text] to (..)
- Lua value ".."
- (\\(quote \(quote %escapecode))..\\(%text as lua expr).."\\27[0m")
+ Lua value "\\
+ ..(\\(quote \(quote %escapecode))..\\(%text as lua expr).."\\27[0m")""