aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.nom')
-rw-r--r--lib/utils.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.nom b/lib/utils.nom
index b9718f9..218fed2 100644
--- a/lib/utils.nom
+++ b/lib/utils.nom
@@ -113,7 +113,7 @@ lua> ".."
};
for name,code in pairs(colors) do
local escape = "\\"\\\\27["..tostring(code).."m\\""
- nomsu:define_macro(name, \(__line_no__), function() return escape end, "");
+ nomsu:define_compile_action(name, \(__line_no__), function() return escape end, "");
end
end