diff options
Diffstat (limited to 'nomsu_decompiler.moon')
| -rw-r--r-- | nomsu_decompiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon index b711112..750ccb5 100644 --- a/nomsu_decompiler.moon +++ b/nomsu_decompiler.moon @@ -42,7 +42,7 @@ tree_to_inline_nomsu = (tree)-> if type(bit) == "string" clump_words = if type(tree[i-1]) == 'string' is_operator(bit) != is_operator(tree[i-1]) - else is_operator(bit) + else bit == "'" nomsu\append " " if i > 1 and not clump_words nomsu\append bit else |
