From 13fc5d6a307624dae3da418973f9102a06c93b7d Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 31 Mar 2024 18:56:47 +0200 Subject: [PATCH] fix branches --- content/treehouse/dev/syntax-highlighting.tree | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treehouse/dev/syntax-highlighting.tree b/content/treehouse/dev/syntax-highlighting.tree index 99e5928..cc80b17 100644 --- a/content/treehouse/dev/syntax-highlighting.tree +++ b/content/treehouse/dev/syntax-highlighting.tree @@ -133,8 +133,10 @@ } ``` +% id = "01HTAQ23YHXTEZ7WNVZREZ8WSZ" - `lua` + % id = "01HTAQ23YHP2MN7VANBA573WWB" - patterns ```lua -- single-line comment @@ -154,6 +156,7 @@ funciton() ident ``` + % id = "01HTAQ23YHY8EH8Z8AQEQ8G6SA" - keywords ```lua if then else elseif end do function repeat until while for break return local in not and or goto @@ -162,6 +165,7 @@ ``` + % id = "01HTAQ23YHCRZFXM02VYRVS4JS" - sample ```lua -- Ticks the scheduler: executes every active fiber, removes inactive fibers,