diff options
Diffstat (limited to 'nomsu_compiler.moon')
| -rw-r--r-- | nomsu_compiler.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon index e89dffa..1c69707 100644 --- a/nomsu_compiler.moon +++ b/nomsu_compiler.moon @@ -634,6 +634,7 @@ with NomsuCompiler bit_lines = files.get_lines(bit) for j, line in ipairs bit_lines if j > 1 then nomsu\append "\n" + line = gsub(line, "\\", "\\\\") if #line > 1.25*MAX_LINE remainder = line while #remainder > 0 |
