Skip to content

Commit 0a9bf8a

Browse files
committed
Fix syntax highlighting
1 parent 57d88d1 commit 0a9bf8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mli_parser.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ let docstring_code_blocks str =
107107
let adjustment =
108108
3
109109
(* String.length "(**" *)
110+
(* ...extra "**)" to fix syntax highlighting...*)
110111
in
111112

112113
let location =

0 commit comments

Comments
 (0)