MineOS/Applications/Highlight/Highlight.lua
2015-09-04 08:08:38 +03:00

7 lines
417 B
Lua

local syntax = require("syntax")
ecs.prepareToExit()
local data = ecs.universalWindow("auto", "auto", 40, 0xeeeeee, true, {"EmptyLine"}, {"CenterText", 0x262626, "Enter path to file"}, {"EmptyLine"}, {"Input", 0x262626, 0x880000, "Highlight.app/Resources/TestFile.txt"}, {"EmptyLine"}, {"Button", 0x33db80, 0xffffff, "GO!"})
local path = data[1]
syntax.highlightFileForDebug(path, midnight)
ecs.waitForTouchOrClick()