diff options
Diffstat (limited to 'lib/text.nom')
| -rw-r--r-- | lib/text.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/text.nom b/lib/text.nom index f7e4b00..7fa1a2c 100644 --- a/lib/text.nom +++ b/lib/text.nom @@ -2,7 +2,7 @@ use "lib/metaprogramming.nom" use "lib/control_flow.nom" use "lib/collections.nom" -lua> "local \%ansi, \%colors" +local [%ansi, %colors] set %ansi = {..} nl="\\n", newline="\\n", tab="\\t", bell="\\a", cr="\\r", "carriage return"="\\r" backspace="\\b", "form feed"="\\f", formfeed="\\f", "vertical tab"="\\v" |
