diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:53:00 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:54:18 -0800 |
| commit | d3905474c9c84da4a789f6dc40aa1ae7d0bfaf2a (patch) | |
| tree | fcf0e2361b7a877ca2ddb0112bfb14a7e1ea1cfa /lib/consolecolor.nom | |
| parent | d30f6a397d274b0b942bdd2e2648b42538f1cbe2 (diff) | |
Removed EOL comments
Diffstat (limited to 'lib/consolecolor.nom')
| -rw-r--r-- | lib/consolecolor.nom | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom index 092105b..55feade 100644 --- a/lib/consolecolor.nom +++ b/lib/consolecolor.nom @@ -8,16 +8,14 @@ test: $colors = {..} normal: 0, "reset color": 0, bright: 1, bold: 1, dim: 2, italic: 3, underscore: 4 "slow blink": 5, "fast blink": 6, reverse: 7, inverse: 7, inverted: 7 - hidden: 8, # There's some other codes, but they're not currently implemented + hidden: 8 + # There's some other codes, but they're not currently implemented black: 30, red: 31, green: 32, yellow: 33, blue: 34, magenta: 35, cyan: 36 white: 37, "on black": 40, "on red": 41, "on green": 42, "on yellow": 43 "on blue": 44, "on magenta": 45, "on cyan": 46, "on white": 47 for $name = $colornum in $colors: $colornum = "\$colornum" - - #(=lua "COMPILE_ACTIONS").%name = (..) - [%nomsu, %tree] -> (Lua "'\\027[\(%colornum)m'") $compile.action.$name = (..) for ($compile $text): if $text: |
