diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-05 21:20:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-05 21:20:11 -0700 |
| commit | 2e9a3cdf009e80caced01f81dc34d2968346d429 (patch) | |
| tree | 7f109784b50fc094609c0916abd91f519ad6eb51 /utils.moon | |
| parent | 86c0fd47eb4b227446d6ca2286cb4b078176144e (diff) | |
Added longstrings and removed indentification step.
Diffstat (limited to 'utils.moon')
| -rw-r--r-- | utils.moon | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ utils = { when 'string' if not add_quotes x - elseif not x\find[["]] + elseif not x\find[["]] and not x\find"\n" "\"#{x}\"" - elseif not x\find[[']] + elseif not x\find[[']] and not x\find"\n" "\'#{x}\'" else for i=0,math.huge |
