Skip to content

Commit b9bc021

Browse files
committed
removed freest
1 parent ff2033c commit b9bc021

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

runtime/plugins/comment/comment.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ft["dart"] = "// %s"
2020
ft["dockerfile"] = "# %s"
2121
ft["elm"] = "-- %s"
2222
ft["fish"] = "# %s"
23-
ft["freest"] = "-- %s"
2423
ft["gdscript"] = "# %s"
2524
ft["glsl"] = "// %s"
2625
ft["go"] = "// %s"

runtime/plugins/comment/help/comment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ but it is only available for certain filetypes:
3838
* dockerfile: `# %s`
3939
* elm: `-- %s`
4040
* fish: `# %s`
41-
* freest: `-- %s`
4241
* gdscript: `# %s`
4342
* glsl: `// %s`
4443
* go: `// %s`

0 commit comments

Comments
 (0)