1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Candran 0.7.0

This commit is contained in:
Étienne Fildadut 2018-12-23 17:45:04 +01:00
parent aea0246f6d
commit ab7472152f
3 changed files with 39 additions and 2 deletions

View file

@ -2931,7 +2931,7 @@ return parser -- ./lib/lua-parser/parser.lua:685
end -- ./lib/lua-parser/parser.lua:685
local parser = _() or parser -- ./lib/lua-parser/parser.lua:689
package["loaded"]["lib.lua-parser.parser"] = parser or true -- ./lib/lua-parser/parser.lua:690
local candran = { ["VERSION"] = "0.7.0-dev" } -- candran.can:13
local candran = { ["VERSION"] = "0.7.0" } -- candran.can:13
candran["default"] = { -- candran.can:17
["target"] = "lua53", -- candran.can:18
["indentation"] = "", -- candran.can:19