From a4cfda1a088fb2767f06e4996b7740385d3bd775 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Sat, 7 Dec 2024 22:12:31 -0500 Subject: [PATCH] comment plugin: add comment syntax for Factor --- runtime/plugins/comment/comment.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/plugins/comment/comment.lua b/runtime/plugins/comment/comment.lua index ebb59626e1..c84468bcd9 100644 --- a/runtime/plugins/comment/comment.lua +++ b/runtime/plugins/comment/comment.lua @@ -18,6 +18,7 @@ ft["d"] = "// %s" ft["dart"] = "// %s" ft["dockerfile"] = "# %s" ft["elm"] = "-- %s" +ft["factor"] = "! %s" ft["fish"] = "# %s" ft["gdscript"] = "# %s" ft["glsl"] = "// %s"