about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kilo.c b/src/kilo.c
index 8bc1213..bb4531e 100644
--- a/src/kilo.c
+++ b/src/kilo.c
@@ -127,7 +127,7 @@ static void editorSetStatusMessage(const char *fmt, ...);
 /* Lua */
 char *Lua_HL_keywords[] = {
     /* keywords */
-    "do", "end", "function", "return", "require", "local"
+    "do", "end", "function", "return", "require", "local",
     "if", "then", "else", "elseif",
     "while", "for", "repeat", "until", "break",
     "and", "or", "not", "in",