diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-25 16:04:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-25 16:04:55 -0700 |
| commit | 50a092e4b5cb82131c0c8f6f46c7d21a42198858 (patch) | |
| tree | 2ed0726076e7cd7b8170b139cc3ab07808d763db /core/text.nom | |
| parent | cb28f52b410f3fbcb01bcc8ef8668de46d8aba68 (diff) | |
Got nomsu codegen working again.
Diffstat (limited to 'core/text.nom')
| -rw-r--r-- | core/text.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text.nom b/core/text.nom index d877de7..71e1ce1 100644 --- a/core/text.nom +++ b/core/text.nom @@ -49,7 +49,7 @@ lua> ".." local reset = "'"..colors["reset color"].."'"; nomsu:define_compile_action(name, \(!! code location !!), function(tree) return Lua.Value(tree.source, color); end); nomsu:define_compile_action(name.." %", \(!! code location !!), function(\%) - return Lua.Value(tree.source, color, "..", nomsu:tree_to_lua(\%), "..", reset); + return Lua.Value(tree.source, color, "..", \%:as_lua(nomsu), "..", reset); end); end end |
