Skip to content

Commit 8255bdc

Browse files
lowyckLoïc
and
Loïc
authored
feat(ft): support for block comments in coq (#465)
Block comments are legal in Coq, with the same syntax as line comments `(*%s*)`. This syntax comes from OCaml, for which block comments are indeed already specified. Co-authored-by: Loïc <[email protected]>
1 parent 84528d9 commit 8255bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/Comment/ft.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local L = setmetatable({
5151
cmake = { M.hash, M.hash_bracket },
5252
conf = { M.hash },
5353
conkyrc = { M.dash, M.dash_bracket },
54-
coq = { M.fsharp_b },
54+
coq = { M.fsharp_b, M.fsharp_b },
5555
cpp = { M.cxx_l, M.cxx_b },
5656
cs = { M.cxx_l, M.cxx_b },
5757
css = { M.cxx_b, M.cxx_b },

0 commit comments

Comments
 (0)