mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
fix codeblock language
This commit is contained in:
parent
2c44273b77
commit
f1b7f92507
@ -142,7 +142,7 @@ where return can be cascaded into the body.
|
||||
|
||||
**Before:**
|
||||
|
||||
```moonscript
|
||||
```lua
|
||||
local _
|
||||
_ = function()
|
||||
if test1 then
|
||||
@ -173,7 +173,7 @@ end
|
||||
|
||||
**After:**
|
||||
|
||||
```moonscript
|
||||
```lua
|
||||
local _
|
||||
_ = function()
|
||||
if test1 then
|
||||
|
Loading…
Reference in New Issue
Block a user