Skip to content

Commit

Permalink
feat(ft): added reason support (#407)
Browse files Browse the repository at this point in the history
This adds reason, which has c-style comments:
https://reasonml.github.io/docs/en/overview#comments
  • Loading branch information
joprice authored Jun 9, 2024
1 parent 1d44a83 commit 2a8ca54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ local L = setmetatable({
racket = { M.lisp_l, M.lisp_b },
rasi = { M.cxx_l, M.cxx_b },
readline = { M.hash },
reason = { M.cxx_l, M.cxx_b },
rego = { M.hash },
remind = { M.hash },
rescript = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 2a8ca54

Please sign in to comment.