From 4d95f5f12110f49bee2d4ebc404f19a829dc288e Mon Sep 17 00:00:00 2001 From: Neko Box Coder <93885501+Neko-Box-Coder@users.noreply.github.com> Date: Sun, 7 Sep 2025 10:37:11 +0100 Subject: [PATCH] Adding comment for typescript (#3857) --- 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 07c8aa78..ccda2e12 100644 --- a/runtime/plugins/comment/comment.lua +++ b/runtime/plugins/comment/comment.lua @@ -55,6 +55,7 @@ ft["swift"] = "// %s" ft["tex"] = "% %s" ft["toml"] = "# %s" ft["twig"] = "{# %s #}" +ft["typescript"] = "// %s" ft["v"] = "// %s" ft["xml"] = "" ft["yaml"] = "# %s"