diff options
Diffstat (limited to 'lib/consolecolor.nom')
| -rw-r--r-- | lib/consolecolor.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom index aabb740..0114d01 100644 --- a/lib/consolecolor.nom +++ b/lib/consolecolor.nom @@ -19,7 +19,7 @@ for %name = %colornum in %colors: #(=lua "COMPILE_ACTIONS").%name = (..) [%nomsu, %tree] -> (Lua "'\\027[\(%colornum)m'") %compile.action.%name = (..) - [%nomsu, %text] ->: + for (%compile %text): if %text: return (Lua "('\\027[\(%colornum)m'..\(%text as lua expr)..'\\027[0m')") ..else: |
