From 02fb68c697cc48d1b3d84267d786773015a72467 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 4 Sep 2015 07:23:44 +0300 Subject: [PATCH] Create TestFile.txt --- Applications/Highlight/TestFile.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Applications/Highlight/TestFile.txt diff --git a/Applications/Highlight/TestFile.txt b/Applications/Highlight/TestFile.txt new file mode 100644 index 00000000..d225420f --- /dev/null +++ b/Applications/Highlight/TestFile.txt @@ -0,0 +1,23 @@ + +--Syntax highlight test! +local counter = 1 + +local function analyzeSexOrientation(action1, action2, 2, 10, 0xffffff) + while true do + local color = 0xff0000 + + if mamka == papka then + color = 0x332211 + local success = ebal(mamka) + if success then + print("Красава!") + else + print("Лох!") + end + else + break + end + + counter = counter + 1 + end +end