Skip to content

Commit 4d95f5f

Browse files
Adding comment for typescript (zyedidia#3857)
1 parent 45342bb commit 4d95f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/plugins/comment/comment.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ft["swift"] = "// %s"
5555
ft["tex"] = "% %s"
5656
ft["toml"] = "# %s"
5757
ft["twig"] = "{# %s #}"
58+
ft["typescript"] = "// %s"
5859
ft["v"] = "// %s"
5960
ft["xml"] = "<!-- %s -->"
6061
ft["yaml"] = "# %s"

0 commit comments

Comments
 (0)