Skip to content

Commit 1715921

Browse files
authored
feat(ft): add remind support (#315) (#316)
Docs: https://linux.die.net/man/1/remind
1 parent 6821b3a commit 1715921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ local L = setmetatable({
108108
r = { M.hash }, -- R doesn't have block comments
109109
readline = { M.hash },
110110
rego = { M.hash },
111+
remind = { M.hash },
111112
ruby = { M.hash },
112113
rust = { M.cxx_l, M.cxx_b },
113114
scala = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)