Skip to content

Commit 8e4ae69

Browse files
committed
added comment type for the FreeST language pt.2
1 parent fd44349 commit 8e4ae69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/plugins/comment/comment.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ft["dart"] = "// %s"
2020
ft["dockerfile"] = "# %s"
2121
ft["elm"] = "-- %s"
2222
ft["fish"] = "# %s"
23+
ft["freest"] = "-- %s"
2324
ft["gdscript"] = "# %s"
2425
ft["glsl"] = "// %s"
2526
ft["go"] = "// %s"

0 commit comments

Comments
 (0)