diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -31,7 +31,11 @@ print(moonp.to_lua[[ | |||
| 31 | f = -> | 31 | f = -> |
| 32 | print "hello world" | 32 | print "hello world" |
| 33 | f! | 33 | f! |
| 34 | ]]) | 34 | ]],{ |
| 35 | implicit_return_root = true, | ||
| 36 | reserve_line_number = false, | ||
| 37 | lint_global = false | ||
| 38 | }) | ||
| 35 | ``` | 39 | ``` |
| 36 | 40 | ||
| 37 | ## Changes | 41 | ## Changes |
