Skip to content

Commit 2a8ca54

Browse files
authored
feat(ft): added reason support (#407)
This adds reason, which has c-style comments: https://reasonml.github.io/docs/en/overview#comments
1 parent 1d44a83 commit 2a8ca54

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
@@ -130,6 +130,7 @@ local L = setmetatable({
130130
racket = { M.lisp_l, M.lisp_b },
131131
rasi = { M.cxx_l, M.cxx_b },
132132
readline = { M.hash },
133+
reason = { M.cxx_l, M.cxx_b },
133134
rego = { M.hash },
134135
remind = { M.hash },
135136
rescript = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)