Adding comment for typescript (#3857)

This commit is contained in:
Neko Box Coder
2025-09-07 10:37:11 +01:00
committed by GitHub
parent 45342bb0f1
commit 4d95f5f121

View File

@@ -55,6 +55,7 @@ ft["swift"] = "// %s"
ft["tex"] = "% %s"
ft["toml"] = "# %s"
ft["twig"] = "{# %s #}"
ft["typescript"] = "// %s"
ft["v"] = "// %s"
ft["xml"] = "<!-- %s -->"
ft["yaml"] = "# %s"